X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fdb-interface.lisp;fp=sql%2Fdb-interface.lisp;h=3454a84ee8d992372e07ba3abf7a7c3d07258a1c;hp=5cdb719f3ea00cdc4915701fff2abec177aaff49;hb=084cdcffae7d4734d0fe9927eca8a76d83f5f0e2;hpb=1c10cdd27e21604ec9a78ac55c9f1e9856bbe99f diff --git a/sql/db-interface.lisp b/sql/db-interface.lisp index 5cdb719..3454a84 100644 --- a/sql/db-interface.lisp +++ b/sql/db-interface.lisp @@ -380,8 +380,8 @@ of TYPE_NAME (keyword) PRECISION SCALE NULLABLE.") (defgeneric db-type-has-auto-increment? (db-type) (:method (db-type) - (declare (ignore db-type) - nil)) + (declare (ignore db-type)) + nil) (:documentation "NIL [default] if database-type supports auto-incrementing columns.")) ;;; Large objects support (Marc Battyani)