[Dbix-class] match against ...

Will Crawford billcrawford1970 at gmail.com
Thu Apr 3 13:08:13 GMT 2014


On 3 April 2014 13:37, RAPPAZ Francois <francois.rappaz at unifr.ch> wrote:
> Is it the way I'm calling using the sqlmaker object ?

It occurs to me that DBIC is cheerfully calling into sqlfairy behind
the scenes and turning your already-formatted SQL into its own where
clause. Maybe try:

->search( \[ $sql, @binds ] )



More information about the DBIx-Class mailing list