X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=blobdiff_plain;f=lib%2FSQL%2FAbstract%2FReference.pm;fp=lib%2FSQL%2FAbstract%2FReference.pm;h=257fd735ed7313bfef805798b244b4243a449108;hp=4ec6df70970606c64d573fea5e0c57f9a2a6ba04;hb=f583cadcb747f7193d919b9861bf9c2cf5cfa662;hpb=92d72227a50c23a8fb1a6dce4b43c74c47428476 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