X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fsyntax.lisp;h=4ec07f5f2ce4ae193fe682754882f2343ea98c01;hp=7e1906b9e4d22055a497c54ac546f5335f3803e9;hb=dc107d34212597ed1272cfa21138d384e71b00d2;hpb=8535462c3fdef182cd226770e6e07160f380acac diff --git a/sql/syntax.lisp b/sql/syntax.lisp index 7e1906b..4ec07f5 100644 --- a/sql/syntax.lisp +++ b/sql/syntax.lisp @@ -155,7 +155,7 @@ keyword arguments is specified." (string (make-instance 'sql :string string)) (attribute - (make-instance 'sql-ident-attribute :name attribute + (make-instance 'sql-ident-attribute :name attribute :qualifier (or table alias) :type type)) ((and table (not attribute))