X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=135d0f69cb7c3e11622c1969f40cf7e57fd3e2e1;hb=6f6e687a1a642b26d42f82b6f4b9bb5e65343fa3;hp=fbf8257b0fae3bb9c9dca25c0b5deca3c188b0f8;hpb=0fc997848abf887f21ce12ae976ab1c61446d2c5;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index fbf8257..135d0f6 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? @@ -161,6 +161,7 @@ #:*loaded-database-types* #:reload-database-types #:is-database-open + #:*db-pool-max-free-connections* ;; Large objects #:database-create-large-object @@ -191,6 +192,7 @@ #:database-state #:attribute-cache #:database-autocommit + #:encoding ;; utils.lisp #:without-interrupts