X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=3847827ccbdb2f5e44e9cda622ab3afc48ba2c25;hb=3c3aa36478f0609e60d83e6c936bf2096fcae726;hp=fbf8257b0fae3bb9c9dca25c0b5deca3c188b0f8;hpb=0fc997848abf887f21ce12ae976ab1c61446d2c5;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index fbf8257..3847827 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -1,3 +1,4 @@ + ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION @@ -5,8 +6,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 +130,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 +138,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 +163,7 @@ #:*loaded-database-types* #:reload-database-types #:is-database-open + #:*db-pool-max-free-connections* ;; Large objects #:database-create-large-object @@ -191,6 +194,7 @@ #:database-state #:attribute-cache #:database-autocommit + #:encoding ;; utils.lisp #:without-interrupts @@ -392,6 +396,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