X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsyntax.lisp;h=4ec07f5f2ce4ae193fe682754882f2343ea98c01;hb=7c5e205e6323991c72e19e910c1a68bb3acc0fc5;hp=7e1906b9e4d22055a497c54ac546f5335f3803e9;hpb=406feeb749bb475bec8077a2716a5b6089bd9072;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))