From: Matt S Trout Date: Thu, 3 Oct 2019 19:58:50 +0000 (+0000) Subject: THERE ARE FOUR LIGHTS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f583cadcb747f7193d919b9861bf9c2cf5cfa662;p=scpubgit%2FQ-Branch.git THERE ARE FOUR LIGHTS --- diff --git a/lib/SQL/Abstract/Reference.pm b/lib/SQL/Abstract/Reference.pm index 4ec6df7..257fd73 100644 --- a/lib/SQL/Abstract/Reference.pm +++ b/lib/SQL/Abstract/Reference.pm @@ -371,7 +371,7 @@ Directly appended to the key, remember you need to provide an operator: # expr { id => \[ - "= seriously(?, ?, ?, ?, ?)", + "= seriously(?, ?, ?, ?)", "use", "-ident", "and", @@ -381,11 +381,11 @@ Directly appended to the key, remember you need to provide an operator: # aqt { -literal => - [ 'id = seriously(?, ?, ?, ?, ?)', 'use', -ident => 'and', '-func' ] + [ 'id = seriously(?, ?, ?, ?)', 'use', -ident => 'and', '-func' ] } # query - id = seriously(?, ?, ?, ?, ?) + id = seriously(?, ?, ?, ?) [ 'use', -ident => 'and', '-func' ] (you may absolutely use this when there's no built-in expression type for