X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fpackage.lisp;h=c180f46a5a8b479a4ed950bf48cd338210752928;hp=2a07e84490d45d129494c42d06e171a088619529;hb=333e8280f2f3438ffd379349bc9746c34cccc159;hpb=e622ee6f4bf2b9fe81af59d566e651c983a4833b diff --git a/sql/package.lisp b/sql/package.lisp index 2a07e84..c180f46 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -5,6 +5,8 @@ ;;;; 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 @@ -175,7 +177,8 @@ #:database-type #:database-state #:attribute-cache - + #:database-autocommit + ;; utils.lisp #:without-interrupts #:make-process-lock @@ -188,6 +191,7 @@ #:number-to-sql-string #:float-to-sql-string #:sql-escape-quotes + #:sql-escape #:in ;; Generic backends @@ -314,6 +318,7 @@ #:database-commit-transaction #:transaction-level #:transaction + #:autocommit ;; OODDL (ooddl.lisp) #:standard-db-object