X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=faa22b5af7a8788aea28ef66d14b7b5619edf734;hp=37d751e0f90abc09189de627df483e1aab454119;hb=1c10cdd27e21604ec9a78ac55c9f1e9856bbe99f;hpb=31ca29efddf77e342aa180dfd2d2e292f6055530 diff --git a/sql/operations.lisp b/sql/operations.lisp index 37d751e..faa22b5 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -46,6 +46,9 @@ (make-instance 'sql-function-exp :name 'all :args rest)) +(defsql sql-e-string (:symbol "E") (&rest rest) + (make-instance 'sql-escape-string-exp :string (first rest))) + (defsql sql-not (:symbol "not") (&rest rest) (make-instance 'sql-value-exp :modifier 'not :components rest))