X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=3a9fe7c20f0c25f60183c9881df40f1c899763f1;hb=1a446890f95ab363af82529a133546d722ef21b1;hp=fbb67b42a6a1cc0f69a8bad9ea50b4eb16ca7bb0;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index fbb67b4..3a9fe7c 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 @@ -131,6 +129,7 @@ #:database-list-sequences #:database-sequence-last #:database-sequence-exists-p + #:database-last-auto-increment-id #:database-list-attributes #:database-attribute-type #:database-type-library-loaded @@ -138,6 +137,8 @@ #:database-destroy #:database-probe #:database-list + #:database-acquire-from-conn-pool + #:database-release-to-conn-pool #:db-backend-has-create/destroy-db? #:db-type-has-views? @@ -153,6 +154,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 @@ -160,6 +162,7 @@ #:*loaded-database-types* #:reload-database-types #:is-database-open + #:*db-pool-max-free-connections* ;; Large objects #:database-create-large-object @@ -190,6 +193,7 @@ #:database-state #:attribute-cache #:database-autocommit + #:encoding ;; utils.lisp #:without-interrupts @@ -391,6 +395,7 @@ #:locally-disable-sql-reader-syntax #:locally-enable-sql-reader-syntax #:restore-sql-reader-syntax-state + #:file-enable-sql-reader-syntax ;; SQL operations (operations.lisp) #:sql-query