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 ] )