Displaying 2 results from an estimated 2 matches for "8b18".
Did you mean:
818
2013 May 28
3
AR's find_by_* limits return results. How to avoid id?
When I use find_by_name method I get LIMIT 1 result.
> SELECT "users".* FROM "users" WHERE "users"."age" = 25 LIMIT 1
But the "age" column is not unique in my table and its value may repeat.
So I expect that an array of records where "age" is 25 will be returned.
But AR limits the query by 1.
How to avoid it? Or is it the default
2004 Feb 20
1
problems on join domain on Samba3 + ldap
...c=it
objectClass: posixGroup
objectClass: sambaGroupMapping
cn: Depart1_Admins
gidNumber: 10000
description: Depart1_Admins
sambaSID: S-1-5-21-3642312925-2943760701-1776766777-512
sambaGroupType: 2
displayName: Depart1_Admins
structuralObjectClass: posixGroup
entryUUID: d0cf8466-f18d-1027-8b18-d75e5ed076c6
creatorsName: cn=Manager,dc=xxx,dc=it
createTimestamp: 20040212095856Z
entryCSN: 2004021209:58:56Z#0x0001#0#0000
modifiersName: cn=Manager,dc=xxx,dc=it
modifyTimestamp: 20040212095856Z
dn: uid=root-depart1,ou=depart1,ou=People,dc=xxx,dc=it
objectClass: posixAccount
objectClass: shadow...