From 99ecb2629322a4061131f660434cc2fb17f8e193 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 2 May 2004 03:16:25 +0000 Subject: [PATCH] r9201: rename clsql-classic-sys to its former nickname of clsql-classic --- ChangeLog | 2 ++ classic/functional.lisp | 3 +-- classic/package.lisp | 3 +-- classic/sql.lisp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.34.1