<div dir="ltr"><div><div><div><div>After upgrading to new DBIX version my JOIN statement is failing, here is the query in new and old version <br><br>** WORKING in this version<br><br>DBIx Version: 0.08195 <br><br>SELECT * FROM &quot;AlertContact&quot; &quot;me&quot;  JOIN &quot;AlertProfile&quot; &quot;Profile&quot; ON &quot;Profile&quot;.&quot;Id&quot; = &quot;me&quot;.&quot;ProfileId&quot; WHERE ( ( &quot;Profile&quot;.&quot;Refe<br>

renceId&quot; = ? AND &quot;me&quot;.&quot;Name&quot; = ? ) ): &#39;1&#39;, &#39;Email&#39; <br></div><br><br></div><div>** NOT WORKING in this version<br><br>DBIx Version: 0.08250<br><br>SELECT * FROM &quot;AlertContact&quot; &quot;me&quot;  JOIN &quot;AlertProfile&quot; &quot;Profile&quot; ON &quot;Profile&quot;.&quot;Id&quot; <b>IDENT</b> ? WHERE ( ( &quot;Profile&quot;.&quot;ReferenceId&quot; = ? AND &quot;me&quot;.&quot;Name&quot; = ? ) )&quot; with ParamValues: 1=&#39;me.ProfileId&#39;, 2=&#39;1&#39;, 3=&#39;Email&#39;]<br>

<br></div>I see extra keyword IDENT in JOIN statement, Can you please let me know <br></div>how to fix it?<br><br></div>Thanks,<br>Sheeju<br></div>