From: Kevin M. Rosenberg Date: Sun, 2 May 2004 03:16:25 +0000 (+0000) Subject: r9201: rename clsql-classic-sys to its former nickname of clsql-classic X-Git-Tag: v3.8.6~554 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=99ecb2629322a4061131f660434cc2fb17f8e193 r9201: rename clsql-classic-sys to its former nickname of clsql-classic --- diff --git a/ChangeLog b/ChangeLog index b0dfd22..c1efd1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ * classic/sql.lisp: Move large object support into base, leaving classic without any functionality that is provided in the clsql system. + * classic/package.lisp: Rename clsql-classic-sys package to + it's former nickname of clsql-classic 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.10.5: SQLite backend now passes all result-types tests diff --git a/classic/functional.lisp b/classic/functional.lisp index 9abeb77..565c40d 100644 --- a/classic/functional.lisp +++ b/classic/functional.lisp @@ -16,8 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:clsql-classic-sys) - +(in-package #:clsql-classic) ;;; This file implements the more advanced functions of the ;;; functional SQL interface, which are just nicer layers above the diff --git a/classic/package.lisp b/classic/package.lisp index 6789185..adf2672 100644 --- a/classic/package.lisp +++ b/classic/package.lisp @@ -21,8 +21,7 @@ (in-package #:cl-user) (eval-when (:compile-toplevel :load-toplevel :execute) - (defpackage #:clsql-classic-sys - (:nicknames #:clsql-classic) + (defpackage #:clsql-classic (:use #:cl #:clsql-base) (:import-from #:clsql-base diff --git a/classic/sql.lisp b/classic/sql.lisp index a98d963..36a1196 100644 --- a/classic/sql.lisp +++ b/classic/sql.lisp @@ -17,7 +17,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:clsql-classic-sys) +(in-package #:clsql-classic) ;;; Row processing macro