X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=6bb1337d3bff4f71162ced46b57182e28049832f;hb=4c8798b240b899e6737b765983de0fb254560bae;hp=e10f34d5ef8154f7561c3c35ccb7439184d3afdd;hpb=5a6f424f3c8920f8f11bbf1e3aed6b4c2c7e6af8;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index e10f34d..6bb1337 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -1,17 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: package.lisp -;;;; Authors: Marcus Pearce and Kevin Rosenberg -;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; Package definitions for CLSQL. ;;;; -;;;; ====================================================================== +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* (in-package #:cl-user) @@ -185,7 +184,10 @@ #:status ; database xx #:with-database #:with-default-database - + + ;; pool.lisp + #:disconnect-pooled + ;; basic-sql.lisp #:query #:execute-command