From 73cf858d596ad1d51c745b478292433617cf9d72 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 7 Apr 2004 18:34:14 +0000 Subject: [PATCH] r8864: updates --- clsql-sqlite.asd | 2 +- clsql-tests.asd | 2 +- clsql.asd | 2 +- db-mysql/mysql-client-info.lisp | 2 +- db-sqlite/sqlite-api-clisp.lisp | 2 +- db-sqlite/sqlite-api-uffi.lisp | 2 +- db-sqlite/sqlite-loader.lisp | 2 +- db-sqlite/sqlite-package.lisp | 2 +- db-sqlite/sqlite-sql.lisp | 2 +- debian/changelog | 6 ++++++ sql/classes.lisp | 15 ++++++++------- sql/kmr-mop.lisp | 10 +++++----- sql/metaclasses.lisp | 15 ++++++++------- sql/objects.lisp | 13 ++++++++----- sql/operations.lisp | 15 ++++++++------- sql/package.lisp | 17 ++++++++--------- sql/sql.lisp | 16 ++++++++-------- sql/syntax.lisp | 16 +++++++++------- sql/table.lisp | 15 ++++++++------- tests/package.lisp | 2 +- tests/test-connection.lisp | 2 +- tests/test-fddl.lisp | 2 +- tests/test-fdml.lisp | 2 +- tests/test-init.lisp | 2 +- tests/test-ooddl.lisp | 2 +- tests/test-oodml.lisp | 2 +- tests/test-syntax.lisp | 2 +- 27 files changed, 93 insertions(+), 79 deletions(-) diff --git a/clsql-sqlite.asd b/clsql-sqlite.asd index 1038f9b..a9a5e70 100644 --- a/clsql-sqlite.asd +++ b/clsql-sqlite.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Aurelio Bignoli ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: clsql-sqlite.asd,v 1.5 2004/03/09 20:55:11 aurelio Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli ;;;; diff --git a/clsql-tests.asd b/clsql-tests.asd index afceb8c..d48b25e 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -7,7 +7,7 @@ ;;;; Created: 30/03/2004 ;;;; Updated: <04/04/2004 12:34:41 marcusp> ;;;; -;;;; $Id: clsql-classic.asd 8847 2004-04-07 14:38:14Z kevin $ +;;;; $Id$ ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/clsql.asd b/clsql.asd index c880e68..f74e884 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Authors: Marcus Pearce and Kevin M. Rosenberg ;;;; Created: March 2004 ;;;; -;;;; $Id: clsql-classic.asd 8847 2004-04-07 14:38:14Z kevin $ +;;;; $Id$ ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/db-mysql/mysql-client-info.lisp b/db-mysql/mysql-client-info.lisp index df454bd..9b20182 100644 --- a/db-mysql/mysql-client-info.lisp +++ b/db-mysql/mysql-client-info.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: April 2004 ;;;; -;;;; $Id: mysql-api.lisp 8801 2004-03-31 23:48:44Z kevin $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/db-sqlite/sqlite-api-clisp.lisp b/db-sqlite/sqlite-api-clisp.lisp index 101f5b4..a8c18ff 100644 --- a/db-sqlite/sqlite-api-clisp.lisp +++ b/db-sqlite/sqlite-api-clisp.lisp @@ -17,7 +17,7 @@ ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, ;; MA 02111-1307 USA -;; $Id: sqlite.lisp,v 1.4 2003/11/28 21:02:43 aurelio Exp $ +;; $Id$ (in-package :cl-user) diff --git a/db-sqlite/sqlite-api-uffi.lisp b/db-sqlite/sqlite-api-uffi.lisp index 038d758..c140d18 100644 --- a/db-sqlite/sqlite-api-uffi.lisp +++ b/db-sqlite/sqlite-api-uffi.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Aurelio Bignoli and Kevin Rosenberg ;;;; Date Started: Nov 2003 ;;;; -;;;; $Id: sqlite-api-uffi.lisp,v 1.5 2004/03/09 20:57:19 aurelio Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli ;;;; diff --git a/db-sqlite/sqlite-loader.lisp b/db-sqlite/sqlite-loader.lisp index 5b1eef9..65d4d53 100644 --- a/db-sqlite/sqlite-loader.lisp +++ b/db-sqlite/sqlite-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Aurelio Bignoli ;;;; Date Started: Nov 2003 ;;;; -;;;; $Id: sqlite-loader.lisp,v 1.2 2003/12/03 14:07:31 aurelio Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli ;;;; diff --git a/db-sqlite/sqlite-package.lisp b/db-sqlite/sqlite-package.lisp index 00c4d97..cb3d67a 100644 --- a/db-sqlite/sqlite-package.lisp +++ b/db-sqlite/sqlite-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Aurelio Bignoli ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: sqlite-package.lisp,v 1.2 2003/11/27 20:23:26 aurelio Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli ;;;; diff --git a/db-sqlite/sqlite-sql.lisp b/db-sqlite/sqlite-sql.lisp index 86b71ef..41255ef 100644 --- a/db-sqlite/sqlite-sql.lisp +++ b/db-sqlite/sqlite-sql.lisp @@ -7,7 +7,7 @@ ;;;; Authors: Aurelio Bignoli and Marcus Pearce ;;;; Created: Aug 2003 ;;;; -;;;; $Id: sqlite-sql.lisp,v 1.5 2004/03/09 20:57:44 aurelio Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli and ;;;; Marcus Pearce diff --git a/debian/changelog b/debian/changelog index d250267..08fc529 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (2.3.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 7 Apr 2004 12:34:23 -0600 + cl-sql (2.3.0-1) unstable; urgency=low * Integrate the clsql-usql package. diff --git a/sql/classes.lisp b/sql/classes.lisp index 0babb5c..8f75cbf 100644 --- a/sql/classes.lisp +++ b/sql/classes.lisp @@ -1,19 +1,20 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; Classes defining SQL expressions and methods for formatting the ;;;; appropriate SQL commands. ;;;; -;;;; ====================================================================== +;;;; 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 #:clsql-sys) - (defvar +empty-string+ "''") (defvar +null-string+ "NULL") diff --git a/sql/kmr-mop.lisp b/sql/kmr-mop.lisp index 7f58124..bcd893a 100644 --- a/sql/kmr-mop.lisp +++ b/sql/kmr-mop.lisp @@ -7,15 +7,15 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp 8573 2004-01-29 23:30:50Z kevin $ +;;;; $Id$ +;;;; +;;;; This file imports MOP symbols into the CLSQL-MOP package and then +;;;; re-exports into CLSQL-SYS them to hide differences in +;;;; MOP implementations. ;;;; ;;;; This file was extracted from the KMRCL utilities ;;;; ************************************************************************* -;;; This file imports MOP symbols into the CLSQL-MOP package and then -;;; re-exports into CLSQL-SYS them to hide differences in -;;; MOP implementations. - (in-package #:clsql-sys) #+lispworks diff --git a/sql/metaclasses.lisp b/sql/metaclasses.lisp index 9d2924a..8ac8637 100644 --- a/sql/metaclasses.lisp +++ b/sql/metaclasses.lisp @@ -1,15 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; CLSQL metaclass for standard-db-objects created in the OODDL. ;;;; -;;;; ====================================================================== - +;;;; 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 #:clsql-sys) diff --git a/sql/objects.lisp b/sql/objects.lisp index 1991b70..f4caac8 100644 --- a/sql/objects.lisp +++ b/sql/objects.lisp @@ -1,14 +1,17 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; The CLSQL Object Oriented Data Definitional Language (OODDL) ;;;; and Object Oriented Data Manipulation Language (OODML). ;;;; -;;;; ====================================================================== +;;;; 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 #:clsql-sys) diff --git a/sql/operations.lisp b/sql/operations.lisp index b552e98..5c04384 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -1,18 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; Definition of SQL operations used with the symbolic SQL syntax. ;;;; -;;;; ====================================================================== +;;;; 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 #:clsql-sys) - ;; Keep a hashtable for mapping symbols to sql generator functions, ;; for use by the bracketed reader syntax. diff --git a/sql/package.lisp b/sql/package.lisp index e10f34d..90c5c65 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) diff --git a/sql/sql.lisp b/sql/sql.lisp index e18452e..d154aee 100644 --- a/sql/sql.lisp +++ b/sql/sql.lisp @@ -1,18 +1,18 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: sql.lisp -;;;; Updated: <04/04/2004 12:05:32 marcusp> -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; The CLSQL Functional Data Manipulation Language (FDML). ;;;; -;;;; ====================================================================== +;;;; 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 #:clsql-sys) - ;;; Basic operations on databases diff --git a/sql/syntax.lisp b/sql/syntax.lisp index d634c9d..bf3ce15 100644 --- a/sql/syntax.lisp +++ b/sql/syntax.lisp @@ -1,17 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: package.lisp -;;;; Updated: <04/04/2004 12:05:16 marcusp> -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; CLSQL square bracket symbolic query syntax. Functions for ;;;; enabling and disabling the syntax and for building SQL ;;;; expressions using the syntax. ;;;; -;;;; ====================================================================== +;;;; 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 #:clsql-sys) diff --git a/sql/table.lisp b/sql/table.lisp index d7e0d5b..fbff175 100644 --- a/sql/table.lisp +++ b/sql/table.lisp @@ -1,18 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: table.lisp -;;;; Updated: <04/04/2004 12:05:03 marcusp> -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; The CLSQL Functional Data Definition Language (FDDL) ;;;; including functions for schema manipulation. Currently supported ;;;; SQL objects include tables, views, indexes, attributes and ;;;; sequences. ;;;; -;;;; ====================================================================== +;;;; 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 #:clsql-sys) diff --git a/tests/package.lisp b/tests/package.lisp index f3efb3e..f3858d3 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -3,7 +3,7 @@ ;;;; File: package.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-connection.lisp b/tests/test-connection.lisp index f2bcdf4..625899c 100644 --- a/tests/test-connection.lisp +++ b/tests/test-connection.lisp @@ -3,7 +3,7 @@ ;;;; File: test-connection.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index 2767f13..0d8b3cf 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -3,7 +3,7 @@ ;;;; File: test-fddl.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index 342576f..541b4d4 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -3,7 +3,7 @@ ;;;; File: test-fdml.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 31d3030..2c4fab2 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -3,7 +3,7 @@ ;;;; File: test-init.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-ooddl.lisp b/tests/test-ooddl.lisp index 51b8d2e..11d1713 100644 --- a/tests/test-ooddl.lisp +++ b/tests/test-ooddl.lisp @@ -3,7 +3,7 @@ ;;;; File: test-ooddl.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-oodml.lisp b/tests/test-oodml.lisp index 98a93fd..59e57d2 100644 --- a/tests/test-oodml.lisp +++ b/tests/test-oodml.lisp @@ -3,7 +3,7 @@ ;;;; File: test-oodml.lisp ;;;; Author: Marcus Pearce ;;;; Created: 01/04/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== diff --git a/tests/test-syntax.lisp b/tests/test-syntax.lisp index c0939ac..1725b9a 100644 --- a/tests/test-syntax.lisp +++ b/tests/test-syntax.lisp @@ -3,7 +3,7 @@ ;;;; File: test-syntax.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== -- 2.34.1