X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=9e9dcb6b76f3bc110b516429424ed2d8d2318af9;hb=ce5b60109610a07d48868a3f758fb8c7d362906d;hp=fbb67b42a6a1cc0f69a8bad9ea50b4eb16ca7bb0;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index fbb67b4..9e9dcb6 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 @@ -138,6 +136,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 +153,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 +161,7 @@ #:*loaded-database-types* #:reload-database-types #:is-database-open + #:*db-pool-max-free-connections* ;; Large objects #:database-create-large-object @@ -190,6 +192,7 @@ #:database-state #:attribute-cache #:database-autocommit + #:encoding ;; utils.lisp #:without-interrupts @@ -391,6 +394,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