Winfried Neessen wrote:
Hi,
> Now if I have a look at the DBI_TRACE output of this action, the
corresponding query looks like this:
===================================================
SELECT me.id, me.praxis, [...] me.email FROM praxis me WHERE ( ( me.id =
? AND me.id = ? ) ): '1', '1'
===================================================
And I am wondering why DBIx::Class add the duplicate me.id in the WHERE
clause.
My first guess would be you are using a very old version of DBIx::Class.
This has been fixed a while ago, please upgrade (or let us know if this
is happening on the latest 0.08127).
Also I think you mean DBIC_TRACE (the output sure looks like it).
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]