r9471: 5 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / sql / package.lisp
index 2a07e84490d45d129494c42d06e171a088619529..c180f46a5a8b479a4ed950bf48cd338210752928 100644 (file)
@@ -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
      #:database-type
      #:database-state
      #:attribute-cache
-   
+     #:database-autocommit
+
      ;; utils.lisp
      #:without-interrupts
      #:make-process-lock
      #:number-to-sql-string
      #:float-to-sql-string
      #:sql-escape-quotes
+     #:sql-escape 
      #:in
 
      ;; Generic backends
          #:database-commit-transaction
          #:transaction-level
          #:transaction
+        #:autocommit
 
         ;;  OODDL (ooddl.lisp) 
         #:standard-db-object