[Dbix-class] populate broken in current?

Christopher H. Laco claco at chrislaco.com
Sat May 12 01:14:57 GMT 2007


> print scalar @{$dbh->selectall_arrayref("
>     SELECT me.id, me.name, me.description, me.created, me.updated
>     FROM role me LEFT JOIN user_role map_user_role ON ( map_user_role.r=
ole_id =3D me.id )
>     JOIN user user ON ( user.id =3D map_user_role.user_id ) WHERE ( use=
r.id =3D 2 )
>     GROUP BY me.id, me.name, me.description, me.created, me.updated
> ")};

One machine returns 1 result. One machine returns 2 results. What the
hell is that all about.

A jacked SQLite lib is about the only answer I have left...

-=3DChris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20070511/69efdeed/signature.pgp


More information about the Dbix-class mailing list