X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;h=bdbb9294ca33500e8583c2904cc84d1aea8c3bcf;hp=d45325479fa303df265a86442e5d2f97934249c4;hb=026988a3144e3ed7f48552b5567c34448fef51bc;hpb=aad71482a312cf287e2f6e3e926cf671cd382ec7 diff --git a/sql/operations.lisp b/sql/operations.lisp index d453254..bdbb929 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -139,10 +139,6 @@ (make-instance 'sql-relational-exp :operator 'in :sub-expressions rest)) -;; (defsql sql-concat (:symbol "||") (&rest rest) -;; (make-instance 'sql-relational-exp -;; :operator '\|\| :sub-expressions rest)) - (defsql sql-concat (:symbol "concat") (&rest rest) (make-instance 'sql-relational-exp :operator '\|\| :sub-expressions rest))