[Dbix-class] DBIx JOIN issue in New version

Sheeju Alex sheejuec7 at gmail.com
Tue Feb 11 11:27:30 GMT 2014


After upgrading to new DBIX version my JOIN statement is failing, here is
the query in new and old version

** WORKING in this version

DBIx Version: 0.08195

SELECT * FROM "AlertContact" "me"  JOIN "AlertProfile" "Profile" ON
"Profile"."Id" = "me"."ProfileId" WHERE ( ( "Profile"."Refe
renceId" = ? AND "me"."Name" = ? ) ): '1', 'Email'


** NOT WORKING in this version

DBIx Version: 0.08250

SELECT * FROM "AlertContact" "me"  JOIN "AlertProfile" "Profile" ON
"Profile"."Id" *IDENT* ? WHERE ( ( "Profile"."ReferenceId" = ? AND
"me"."Name" = ? ) )" with ParamValues: 1='me.ProfileId', 2='1', 3='Email']

I see extra keyword IDENT in JOIN statement, Can you please let me know
how to fix it?

Thanks,
Sheeju
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20140211/48193944/attachment.htm>


More information about the DBIx-Class mailing list