X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fpackage.lisp;h=e7572771e272b120f4c3ca4e20d2063de58761ea;hp=2a07e84490d45d129494c42d06e171a088619529;hb=e7a214b2445830219022acb5911a3f9303d938bd;hpb=e622ee6f4bf2b9fe81af59d566e651c983a4833b diff --git a/sql/package.lisp b/sql/package.lisp index 2a07e84..e757277 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 @@ -325,6 +330,8 @@ ;; CLSQL Extensions #:view-table #:bigint + #:varchar + #:*default-varchar-length* ;; OODML (oodml.lisp) #:instance-refreshed