Major rewrite of table/column name output escaping system wide.
[clsql.git] / sql / syntax.lisp
index 7e1906b9e4d22055a497c54ac546f5335f3803e9..4ec07f5f2ce4ae193fe682754882f2343ea98c01 100644 (file)
@@ -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))