X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;h=7b558809a2503a2c65d4b459ece9a80a7b4ce575;hp=a3f6bbd09fefd79a504f78f95f87e92a1fa4fb3f;hb=1a446890f95ab363af82529a133546d722ef21b1;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246 diff --git a/sql/operations.lisp b/sql/operations.lisp index a3f6bbd..7b55880 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -1,8 +1,6 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id$ -;;;; ;;;; Definition of SQL operations used with the symbolic SQL syntax. ;;;; ;;;; This file is part of CLSQL. @@ -74,11 +72,11 @@ (defsql sql-group-by (:symbol "group-by") (&rest rest) (make-instance 'sql-query-modifier-exp - :modifier '|group by| :components rest)) + :modifier '|GROUP BY| :components rest)) (defsql sql-order-by (:symbol "order-by") (&rest rest) (make-instance 'sql-query-modifier-exp - :modifier '|order by| :components rest)) + :modifier '|ORDER BY| :components rest)) (defsql sql-having (:symbol "having") (&rest rest) (make-instance 'sql-query-modifier-exp