X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=c180f46a5a8b479a4ed950bf48cd338210752928;hb=4c15c38fcc4eef61e9e84fb6d756bf5a14e15e00;hp=2a07e84490d45d129494c42d06e171a088619529;hpb=e622ee6f4bf2b9fe81af59d566e651c983a4833b;p=clsql.git 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