X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=sql%2Fsyntax.lisp;fp=sql%2Fsyntax.lisp;h=4ec07f5f2ce4ae193fe682754882f2343ea98c01;hb=dc107d34212597ed1272cfa21138d384e71b00d2;hp=7e1906b9e4d22055a497c54ac546f5335f3803e9;hpb=8535462c3fdef182cd226770e6e07160f380acac;p=clsql.git 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))