X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=e8294f79ea7e715f2de009551a741af8a9d3fef2;hb=0ad64f85ff6cd99a78cc9ae6716ebbdb5627eaef;hp=fbb67b42a6a1cc0f69a8bad9ea50b4eb16ca7bb0;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index fbb67b4..e8294f7 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -5,8 +5,6 @@ ;;;; Name: package.lisp ;;;; Purpose: Package definition for SQL interface ;;;; -;;;; $Id$ -;;;; ;;;; This file is part of CLSQL. ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -153,6 +151,7 @@ #:db-type-use-fully-qualified-column-on-drop-index? #:db-type-has-intersect? #:db-type-has-except? + #:db-type-has-auto-increment? #:database-underlying-type #:database-get-type-specifier #:read-sql-value @@ -190,6 +189,7 @@ #:database-state #:attribute-cache #:database-autocommit + #:encoding ;; utils.lisp #:without-interrupts