r8864: updates
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Apr 2004 18:34:14 +0000 (18:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Apr 2004 18:34:14 +0000 (18:34 +0000)
27 files changed:
clsql-sqlite.asd
clsql-tests.asd
clsql.asd
db-mysql/mysql-client-info.lisp
db-sqlite/sqlite-api-clisp.lisp
db-sqlite/sqlite-api-uffi.lisp
db-sqlite/sqlite-loader.lisp
db-sqlite/sqlite-package.lisp
db-sqlite/sqlite-sql.lisp
debian/changelog
sql/classes.lisp
sql/kmr-mop.lisp
sql/metaclasses.lisp
sql/objects.lisp
sql/operations.lisp
sql/package.lisp
sql/sql.lisp
sql/syntax.lisp
sql/table.lisp
tests/package.lisp
tests/test-connection.lisp
tests/test-fddl.lisp
tests/test-fdml.lisp
tests/test-init.lisp
tests/test-ooddl.lisp
tests/test-oodml.lisp
tests/test-syntax.lisp

index 1038f9bdd7497a938029484cab788290dd59b5c7..a9a5e70bda182b7d852b48d0d1eabec564300793 100644 (file)
@@ -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
 ;;;;
index afceb8c726a18ea03fafbdacd531ba19a458a83a..d48b25eb4917400193d0ebc788be58acecd79f29 100644 (file)
@@ -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
index c880e68fb98f0cc881a2ead0c969ac3544c8d951..f74e884b009bea3b7a8fb927f83794bee750a226 100644 (file)
--- 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
index df454bda2742b3447cc2be791a76cd00f1872185..9b201821ff249df6cba461ba8cc7cfcf79ce194e 100644 (file)
@@ -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
index 101f5b4abe0659fbf849b7e03261e02bf8b20143..a8c18ffe5b72f2b1fbee2ca659fe20369661d630 100644 (file)
@@ -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)
 
index 038d7585508d64fef23c0c726ac25f283ac54240..c140d181f84228638e902fa8bc0ed6d36dd634c6 100644 (file)
@@ -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
 ;;;;
index 5b1eef981062e58931cf65fbe2b44159bf2afa30..65d4d5354aa57c8bd2e3ca2453f1af89a9c0f49e 100644 (file)
@@ -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
 ;;;;
index 00c4d97f17b81a6fa42339446682adb2c8111ae4..cb3d67a9b207f4b38c8f183e1455daff6b681ce0 100644 (file)
@@ -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
 ;;;;
index 86b71ef476e1b94acdff9cc7f79d94436fabfac2..41255ef84b8e3e5f3c9208c320ef4aee404c532f 100644 (file)
@@ -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
index d25026739a56ee45a6107932b91a4da0d338f21a..08fc52986e084717cc26d4507762b4af4c3d3136 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (2.3.1-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 Apr 2004 12:34:23 -0600
+
 cl-sql (2.3.0-1) unstable; urgency=low
 
   * Integrate the clsql-usql package.
index 0babb5c57ecbcd9fa233668a22c421ce449daae1..8f75cbf7a1c91f6ceb49244487cb68d7e1bf6e4d 100644 (file)
@@ -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")
index 7f58124de9ecda9bb6a1bc0090eccf2409793370..bcd893acfbecc6fa9662c3b537af9efe820ec3d7 100644 (file)
@@ -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
index 9d2924ab46b56431f1ed8faa84c736c71a8340cb..8ac86374d2ca1423cfab8fee3e746c73096ca91d 100644 (file)
@@ -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)
 
index 1991b70c151f6e9b86f2781dc7ccf29ee3fde70b..f4caac808716395e01318547f3358a097ba6cc86 100644 (file)
@@ -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)
 
index b552e9855721aa3de37b63d9e6c86f3a4e1b7a4e..5c0438473cbde8db77b8636556ae8a7b2caed25b 100644 (file)
@@ -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.
 
index e10f34d5ef8154f7561c3c35ccb7439184d3afdd..90c5c652d8f4afae526160bbdd00007765678635 100644 (file)
@@ -1,17 +1,16 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:    package.lisp
-;;;; Authors: Marcus Pearce <m.t.pearce@city.ac.uk> 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)
 
index e18452e35dc6941a30de6c10d689bf60ab75ccd3..d154aee10f63e95d36331e400ac0392901091e53 100644 (file)
@@ -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
 
index d634c9dfe801930a4e0c293f754b24f03785ecc5..bf3ce15484487696cd7e8fb1d6e4b5da5aa4fab1 100644 (file)
@@ -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)
 
index d7e0d5bde5267108184075d1aa0ce1af245c62fb..fbff1755f37a443a846e00399e6686d1446df30e 100644 (file)
@@ -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)
 
index f3efb3ef57305c7adb35df3bfc865b5c8a3363f0..f3858d33be766859b12f0ed7e5c005c50d24b8a0 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    package.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index f2bcdf45065979818eabb5d6a00ebefa006bc081..625899c417969e0fcc643d1eceb7f2c59d6ff80f 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-connection.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index 2767f130a98a808e2a93aa05d8f9922cb7d9570b..0d8b3cf1e18596d35f9a878147bf9b617bb02ead 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-fddl.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index 342576fd536a920bea0f3cb10b1a16cae2d76785..541b4d4e28e16bd40b2d91f687b24669250aa59c 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-fdml.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index 31d30306cac32de2fcd50a05c41d47f099fbbf38..2c4fab23c3a006f3266837a6e7bb8c84a7247505 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-init.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index 51b8d2e227ace3833913cf2c5339705c5bc43a19..11d17135bdaeda7d89d745103fb3959719ba710b 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-ooddl.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index 98a93fd46ae65b6579a2de2437be2f7af32a9e56..59e57d2aa78f302872ff0d22dde9b1aee4a7c3b2 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-oodml.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 01/04/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
index c0939aca3fefdfc64f344f73532a6d191e47ae8a..1725b9a9169965a431c58eb40171b5cc5387db4b 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-syntax.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================