r7061: initial property settings
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
57 files changed:
Makefile
base/classes.lisp
base/cmucl-compat.lisp
base/conditions.lisp
base/db-interface.lisp
base/initialize.lisp
base/package.lisp
base/utils.lisp
clsql-aodbc.asd
clsql-base.asd
clsql-mysql.asd
clsql-oracle.asd
clsql-postgresql-socket.asd
clsql-postgresql.asd
clsql-tests.asd
clsql-uffi.asd
clsql.asd
db-aodbc/aodbc-package.lisp
db-aodbc/aodbc-sql.lisp
db-mysql/Makefile
db-mysql/clsql-mysql.c
db-mysql/mysql-api.lisp
db-mysql/mysql-loader.lisp
db-mysql/mysql-package.lisp
db-mysql/mysql-sql.lisp
db-mysql/mysql-usql.lisp
db-oracle/alien-resources.lisp
db-oracle/oracle-constants.lisp
db-oracle/oracle-loader.lisp
db-oracle/oracle-package.lisp
db-oracle/oracle-sql.lisp
db-oracle/oracle.lisp
db-postgresql-socket/postgresql-socket-api.lisp
db-postgresql-socket/postgresql-socket-package.lisp
db-postgresql-socket/postgresql-socket-sql.lisp
db-postgresql/postgresql-api.lisp
db-postgresql/postgresql-loader.lisp
db-postgresql/postgresql-package.lisp
db-postgresql/postgresql-sql.lisp
db-postgresql/postgresql-usql.lisp
doc/Makefile
sql/functional.lisp
sql/loop-extension.lisp
sql/package.lisp
sql/pool.lisp
sql/sql.lisp
sql/transactions.lisp
sql/usql.lisp
tests/old-tests/xptest-clsql.lisp
tests/package.lisp
tests/tables.lisp
tests/tests.lisp
uffi/Makefile
uffi/clsql-uffi-loader.lisp
uffi/clsql-uffi-package.lisp
uffi/clsql-uffi.c
uffi/clsql-uffi.lisp

index 675bc26350cfa51f583b788929eb418a13909d75..564b092ee5d37d55662c410f96fb3938ac6c7bdb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.24 2002/09/18 07:51:22 kevin Exp $
+#  CVS Id:   $Id$
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
index aa61ce6177f595fb129f943edfb5998ba1a314b5..104c7b6680a5af4fa11f6fb1af0b147c87a62fdf 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                 original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: classes.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index bdabf5784a6342508826694b9339605384b597f6..61b9ad089a12bf1a55d1c75c54ce0eb7662426aa 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: cmucl-compat.lisp,v 1.5 2003/05/06 02:29:46 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index d1280dc7908e30fd8344b74641fdb99888aac8a2..228ed36f9bacb70575f3172c2c99de39bafa40ae 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                 Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: conditions.lisp,v 1.2 2002/10/21 07:45:50 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index ce1b068a69900035576fe428111022da33778c4b..8b608473eea9d543f4cbd1aa2cd4af1eab6107dc 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;                onShoreD to support UncommonSQL front-end 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: db-interface.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai, and onShoreD
index 7adf1b5e7ddff8c75db1ef3d5442d5b67199fb4f..8548460e0d283922e6bc564dd15d6ccbd1eda8cb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg 
 ;;;; Date Started:  May 2002
 ;;;;
-;;;; $Id: initialize.lisp,v 1.2 2002/10/16 11:51:04 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index b0cd10b2e14582d2c3bfbfb49d4c3e29217760bc..32115980441d9cac311d02346b87c44fb7f9376f 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: package.lisp,v 1.2 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index f0530fb806cb24e1f37771e7fde8bcd4d6442176..879c675a7db15941c758097b46c7f767338a0c95 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:   Kevin M. Rosenberg
 ;;;; Date Started: Mar 2002
 ;;;;
-;;;; $Id: utils.lisp,v 1.2 2002/10/21 07:45:50 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index d593596aa41c4cf3521fcd7af660cf33cbf67782..775e2b45ed9beaec88cf555a0ea3d362d8e62f98 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: clsql-aodbc.asd,v 1.13 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 534f2a559bdaa4d52f8fa7e8329a00939c3bcdfe..51fbfe8bda5129dbf3470b02a029a2854a33d027 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.asd,v 1.19 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 00982cc08c2b4d0bef7355f915f5c880d1d0d11d..06d975036b9c09cfb8e51a9f19889f54f9ceb42b 100644 (file)
@@ -1,41 +1,41 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
-;;;; *************************************************************************\r
-;;;; FILE IDENTIFICATION\r
-;;;;\r
-;;;; Name:          clsql-mysql.asd\r
-;;;; Purpose:       ASDF definition file for CLSQL MySQL backend\r
-;;;; Programmer:    Kevin M. Rosenberg\r
-;;;; Date Started:  Aug 2002\r
-;;;;\r
-;;;; $Id: clsql-mysql.asd,v 1.14 2003/05/07 02:45:08 kevin Exp $\r
-;;;;\r
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
-;;;;\r
-;;;; CLSQL users are granted the rights to distribute and use this software\r
-;;;; as governed by the terms of the Lisp Lesser GNU Public License\r
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
-;;;; *************************************************************************\r
-\r
-(defpackage #:clsql-mysql-system (:use #:asdf #:cl))\r
-(in-package #:clsql-mysql-system)\r
-\r
-;;; System definition\r
-\r
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)\r
-(defsystem :clsql-mysql\r
-  :name "cl-sql-mysql"\r
-  :author "Kevin M. Rosenberg <kmr@debian.org>"\r
-  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"\r
-  :licence "Lessor Lisp General Public License"\r
-  :description "Common Lisp SQL MySQL Driver"\r
-  :long-description "cl-sql-mysql package provides a database driver to the MySQL database system."\r
-\r
-  :components\r
-  ((:module :db-mysql\r
-           :components\r
-           ((:file "mysql-package")\r
-            (:file "mysql-loader" :depends-on ("mysql-package"))\r
-            (:file "mysql-api" :depends-on ("mysql-loader"))\r
-            (:file "mysql-sql" :depends-on ("mysql-api"))\r
-            (:file "mysql-usql" :depends-on ("mysql-sql")))))\r
-  :depends-on (:uffi :clsql-base :clsql-uffi))\r
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          clsql-mysql.asd
+;;;; Purpose:       ASDF definition file for CLSQL MySQL backend
+;;;; Programmer:    Kevin M. Rosenberg
+;;;; Date Started:  Aug 2002
+;;;;
+;;;; $Id$
+;;;;
+;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;;
+;;;; 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.
+;;;; *************************************************************************
+
+(defpackage #:clsql-mysql-system (:use #:asdf #:cl))
+(in-package #:clsql-mysql-system)
+
+;;; System definition
+
+#+(or allegro lispworks cmu sbcl openmcl mcl scl)
+(defsystem :clsql-mysql
+  :name "cl-sql-mysql"
+  :author "Kevin M. Rosenberg <kmr@debian.org>"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :licence "Lessor Lisp General Public License"
+  :description "Common Lisp SQL MySQL Driver"
+  :long-description "cl-sql-mysql package provides a database driver to the MySQL database system."
+
+  :components
+  ((:module :db-mysql
+           :components
+           ((:file "mysql-package")
+            (:file "mysql-loader" :depends-on ("mysql-package"))
+            (:file "mysql-api" :depends-on ("mysql-loader"))
+            (:file "mysql-sql" :depends-on ("mysql-api"))
+            (:file "mysql-usql" :depends-on ("mysql-sql")))))
+  :depends-on (:uffi :clsql-base :clsql-uffi))
index 00e09e51ef8a495a1d9ce330b73af9d10731a8b1..628fd61bb123d850dc8f3aa80e89432aa9eb09d4 100644 (file)
@@ -1,7 +1,7 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; This is copyrighted software.  See interfaces/oracle/* files for terms.
 ;;;; 
-;;;; $Id: clsql-oracle.asd,v 1.13 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 
 (defpackage #:clsql-oracle-system (:use #:asdf #:cl))
 (in-package #:clsql-oracle-system)
index eb39db3761bd69bb99bba0726ad8c47d838afe3a..3955adc8f6e38930ab4460fd9b2ccb0eea630c3d 100644 (file)
@@ -1,41 +1,41 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
-;;;; *************************************************************************\r
-;;;; FILE IDENTIFICATION\r
-;;;;\r
-;;;; Name:          clsql-postgresql-socket.asd\r
-;;;; Purpose:       ASDF file for CLSQL PostgresSQL socket backend\r
-;;;; Programmer:    Kevin M. Rosenberg\r
-;;;; Date Started:  Aug 2002\r
-;;;;\r
-;;;; $Id: clsql-postgresql-socket.asd,v 1.16 2003/05/07 02:45:08 kevin Exp $\r
-;;;;\r
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
-;;;;\r
-;;;; CLSQL users are granted the rights to distribute and use this software\r
-;;;; as governed by the terms of the Lisp Lesser GNU Public License\r
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
-;;;; *************************************************************************\r
-\r
-(defpackage #:clsql-postgresql-socket-system (:use #:asdf #:cl))\r
-(in-package #:clsql-postgresql-socket-system)\r
-\r
-;;; System definition\r
-\r
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)\r
-(defsystem clsql-postgresql-socket\r
-  :name "cl-sql-postgresql-socket"\r
-  :author "Kevin M. Rosenberg <kmr@debian.org>"\r
-  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"\r
-  :licence "Lessor Lisp General Public License"\r
-  :description "Common Lisp SQL PostgreSQL Socket Driver"\r
-  :long-description "cl-sql-postgresql-socket package provides a database driver to the PostgreSQL database via a socket interface."\r
-\r
-  :components\r
-  ((:module :db-postgresql-socket\r
-           :components\r
-           ((:file "postgresql-socket-package")\r
-            (:file "postgresql-socket-api"\r
-                   :depends-on ("postgresql-socket-package"))\r
-            (:file "postgresql-socket-sql"\r
-                   :depends-on ("postgresql-socket-api")))))\r
-  :depends-on (:clsql-base :uffi :md5))\r
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          clsql-postgresql-socket.asd
+;;;; Purpose:       ASDF file for CLSQL PostgresSQL socket backend
+;;;; Programmer:    Kevin M. Rosenberg
+;;;; Date Started:  Aug 2002
+;;;;
+;;;; $Id$
+;;;;
+;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;;
+;;;; 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.
+;;;; *************************************************************************
+
+(defpackage #:clsql-postgresql-socket-system (:use #:asdf #:cl))
+(in-package #:clsql-postgresql-socket-system)
+
+;;; System definition
+
+#+(or allegro lispworks cmu sbcl openmcl mcl scl)
+(defsystem clsql-postgresql-socket
+  :name "cl-sql-postgresql-socket"
+  :author "Kevin M. Rosenberg <kmr@debian.org>"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :licence "Lessor Lisp General Public License"
+  :description "Common Lisp SQL PostgreSQL Socket Driver"
+  :long-description "cl-sql-postgresql-socket package provides a database driver to the PostgreSQL database via a socket interface."
+
+  :components
+  ((:module :db-postgresql-socket
+           :components
+           ((:file "postgresql-socket-package")
+            (:file "postgresql-socket-api"
+                   :depends-on ("postgresql-socket-package"))
+            (:file "postgresql-socket-sql"
+                   :depends-on ("postgresql-socket-api")))))
+  :depends-on (:clsql-base :uffi :md5))
index 33f485d4e3de1d85cd8762b2bae1fec8fe8431db..b2e33c9ac34f1a88adc1e4e7456608b2e6d89848 100644 (file)
@@ -1,39 +1,39 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
-;;;; *************************************************************************\r
-;;;; FILE IDENTIFICATION\r
-;;;;\r
-;;;; Name:          clsql-postgresql.asd\r
-;;;; Purpose:       ASDF file for CLSQL PostgresSQL backend\r
-;;;; Programmer:    Kevin M. Rosenberg\r
-;;;; Date Started:  Aug 2002\r
-;;;;\r
-;;;; $Id: clsql-postgresql.asd,v 1.14 2003/05/07 02:45:08 kevin Exp $\r
-;;;;\r
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
-;;;;\r
-;;;; CLSQL users are granted the rights to distribute and use this software\r
-;;;; as governed by the terms of the Lisp Lesser GNU Public License\r
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
-;;;; *************************************************************************\r
-\r
-(defpackage #:clsql-postgresql-system (:use #:asdf #:cl))\r
-(in-package #:clsql-postgresql-system)\r
-\r
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)\r
-(defsystem clsql-postgresql\r
-  :name "cl-sql-postgresql"\r
-  :author "Kevin M. Rosenberg <kmr@debian.org>"\r
-  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"\r
-  :licence "Lessor Lisp General Public License"\r
-  :description "Common Lisp PostgreSQL API Driver"\r
-  :long-description "cl-sql-postgresql package provides a the database driver for the PostgreSQL API."\r
-\r
-  :components\r
-  ((:module :db-postgresql\r
-           :components\r
-           ((:file "postgresql-package")\r
-            (:file "postgresql-loader" :depends-on ("postgresql-package"))\r
-            (:file "postgresql-api" :depends-on ("postgresql-loader"))\r
-            (:file "postgresql-sql" :depends-on ("postgresql-api"))\r
-            (:file "postgresql-usql" :depends-on ("postgresql-sql")))))\r
-  :depends-on (:uffi :clsql-base :clsql-uffi))\r
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          clsql-postgresql.asd
+;;;; Purpose:       ASDF file for CLSQL PostgresSQL backend
+;;;; Programmer:    Kevin M. Rosenberg
+;;;; Date Started:  Aug 2002
+;;;;
+;;;; $Id$
+;;;;
+;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;;
+;;;; 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.
+;;;; *************************************************************************
+
+(defpackage #:clsql-postgresql-system (:use #:asdf #:cl))
+(in-package #:clsql-postgresql-system)
+
+#+(or allegro lispworks cmu sbcl openmcl mcl scl)
+(defsystem clsql-postgresql
+  :name "cl-sql-postgresql"
+  :author "Kevin M. Rosenberg <kmr@debian.org>"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :licence "Lessor Lisp General Public License"
+  :description "Common Lisp PostgreSQL API Driver"
+  :long-description "cl-sql-postgresql package provides a the database driver for the PostgreSQL API."
+
+  :components
+  ((:module :db-postgresql
+           :components
+           ((:file "postgresql-package")
+            (:file "postgresql-loader" :depends-on ("postgresql-package"))
+            (:file "postgresql-api" :depends-on ("postgresql-loader"))
+            (:file "postgresql-sql" :depends-on ("postgresql-api"))
+            (:file "postgresql-usql" :depends-on ("postgresql-sql")))))
+  :depends-on (:uffi :clsql-base :clsql-uffi))
index de6808828f9c6487414ac836971b9d49ab68c09f..78ba676c4b8f968d1f5359411965bfade92bb869 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: clsql-tests.asd,v 1.4 2003/07/20 18:31:22 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
index c633488ec00cc226674fb88c0d1ffb40e63a8020..9cbfd70d09e42655653f1ad14b4cf963b0bba4da 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: clsql-uffi.asd,v 1.15 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 03faf1a084564e889ac56ef1e684ed91b898e2ea..7ad36fa1f664be515973cb1314ea44bd6bd95732 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.18 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index aa7cca8f98a9cbe671b639ec5ae75e46e85fd58a..32882cfa7c7e355cee8711a001e2b90913131b4f 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: aodbc-package.lisp,v 1.4 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index ed7bb249f009ebe43e09df71f98f2a39e8a3c3f7..b55cb411e574612850f15cf23cc4dd066e260b3b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: aodbc-sql.lisp,v 1.2 2003/05/02 03:05:54 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 6e3f02999e4a62faff58c11f8951e2f250bcae5e..728c5ee873d68a49c5e50032f1dfea834334b4c1 100644 (file)
@@ -7,7 +7,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.2 2002/12/09 10:34:16 kevin Exp $
+#  CVS Id:   $Id$
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
index abe70b1438da574b3b55ffc817b5d99a52ece186..ea11686c9cf111aff75b67e023fc09d5e8492b04 100644 (file)
@@ -6,7 +6,7 @@
  *   Programmer:    Kevin M. Rosenberg
  *   Date Started:  Mar 2002
  *
- * $Id: clsql-mysql.c,v 1.2 2002/12/09 10:34:16 kevin Exp $
+ * $Id$
  *
  * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
  *
index cff8da4a98dd9a175d8c6eac7c6ab2689f30b027..d49a0894d943f292722219f124b57f00aa8a38c0 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-api.lisp,v 1.6 2003/07/21 01:45:45 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index e5f377fe371150db8a7e566cd0017a29116f2af9..1dc903daf1963e51aca9172fee33264531174ff4 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-loader.lisp,v 1.10 2003/05/17 07:02:00 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 7c74f098fbbfb5a2f1f3c9ee1292bb1df1a8c683..b8414437ff49ccf710a935ac3d732a9286ed2735 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-package.lisp,v 1.3 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 16f1925ba4d35c80f49ab4d20001030853ffdb0e..e933498616733cf8545395f37ff3b5cf106074a2 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-sql.lisp,v 1.8 2003/07/21 01:45:45 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index 3d3a5dcfdfff8ffc33c35f1bd32a0b2028ff6ee1..06f574c6c9393398379ef03cdf6d9ed9e1e3074d 100644 (file)
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
-;;;; *************************************************************************\r
-;;;; FILE IDENTIFICATION\r
-;;;;\r
-;;;; Name:          mysql-usql.cl\r
-;;;; Purpose:       MySQL interface functions to support UncommonSQL\r
-;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc\r
-;;;; Date Started:  Mar 2002\r
-;;;;\r
-;;;; $Id: mysql-usql.lisp,v 1.2 2003/06/26 15:27:07 kevin Exp $\r
-;;;;\r
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
-;;;; and by onShore Development Inc.\r
-;;;;\r
-;;;; CLSQL users are granted the rights to distribute and use this software\r
-;;;; as governed by the terms of the Lisp Lesser GNU Public License\r
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
-;;;; *************************************************************************\r
-\r
-(in-package #:clsql-mysql)\r
-\r
-;; Table and attribute introspection\r
-\r
-(defmethod database-list-tables ((database mysql-database)\r
-                                &key (system-tables nil))\r
-  (declare (ignore system-tables))\r
-  (mapcar #'car (database-query "show tables" database :auto)))\r
-    \r
-\r
-(defmethod database-list-attributes ((table string) (database mysql-database))\r
-  (mapcar #'car\r
-         (database-query\r
-          (format nil "SHOW COLUMNS FROM ~A" table)\r
-          database nil)))\r
-\r
-(defmethod database-attribute-type (attribute (table string)\r
-                                   (database mysql-database))\r
-  (let ((result\r
-         (mapcar #'cadr\r
-                 (database-query\r
-                  (format nil\r
-                          "SHOW COLUMNS FROM ~A LIKE '~A'" table attribute)\r
-                  database nil))))\r
-    (let* ((str (car result))\r
-          (end-str (position #\( str))\r
-          (substr (subseq str 0 end-str)))\r
-      (if substr\r
-      (intern (string-upcase substr) :keyword) nil))))\r
-\r
-;;; Sequence functions\r
-\r
-(defun %sequence-name-to-table (sequence-name)\r
-  (concatenate 'string "_usql_seq_" (sql-escape sequence-name)))\r
-\r
-(defmethod database-create-sequence (sequence-name\r
-                                    (database mysql-database))\r
-  (let ((table-name (%sequence-name-to-table sequence-name)))\r
-    (database-execute-command\r
-     (concatenate 'string "CREATE TABLE " table-name\r
-                 " (id int NOT NULL PRIMARY KEY AUTO_INCREMENT)")\r
-     database)\r
-    (database-execute-command \r
-     (concatenate 'string "INSERT INTO " table-name\r
-                 " VALUES (-1)")\r
-     database)))\r
-\r
-(defmethod database-drop-sequence (sequence-name\r
-                                  (database mysql-database))\r
-  (database-execute-command\r
-   (concatenate 'string "DROP TABLE " (%sequence-name-to-table sequence-name)) \r
-   database))\r
-\r
-(defmethod database-sequence-next (sequence-name (database mysql-database))\r
-  (database-execute-command \r
-   (concatenate 'string "UPDATE " (%sequence-name-to-table sequence-name)\r
-               " SET id=LAST_INSERT_ID(id+1)")\r
-   database)\r
-  (mysql:mysql-insert-id (clsql-mysql::database-mysql-ptr database)))\r
-\r
-;; Misc USQL functions\r
-\r
-#|\r
-#+ignore\r
-(defmethod database-output-sql ((expr clsql-sys::sql-typecast-exp) \r
-                               (database mysql-database))\r
-  (with-slots (clsql-sys::modifier clsql-sys::components)\r
-    expr\r
-    (if clsql-sys::modifier\r
-        (progn\r
-          (clsql-sys::output-sql clsql-sys::components database)\r
-          (write-char #\: sql-sys::*sql-stream*)\r
-          (write-char #\: sql-sys::*sql-stream*)\r
-          (write-string (symbol-name clsql-sys::modifier) \r
-                       clsql-sys::*sql-stream*)))))\r
-\r
-#+ignore\r
-(defmethod database-output-sql-as-type ((type (eql 'integer)) val\r
-                                       (database mysql-database))\r
-  ;; typecast it so it uses the indexes\r
-  (when val\r
-    (make-instance 'clsql-sys::sql-typecast-exp\r
-                   :modifier 'int8\r
-                   :components val)))\r
-|#\r
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          mysql-usql.cl
+;;;; Purpose:       MySQL interface functions to support UncommonSQL
+;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc
+;;;; Date Started:  Mar 2002
+;;;;
+;;;; $Id$
+;;;;
+;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; and by onShore Development Inc.
+;;;;
+;;;; 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-mysql)
+
+;; Table and attribute introspection
+
+(defmethod database-list-tables ((database mysql-database)
+                                &key (system-tables nil))
+  (declare (ignore system-tables))
+  (mapcar #'car (database-query "show tables" database :auto)))
+    
+
+(defmethod database-list-attributes ((table string) (database mysql-database))
+  (mapcar #'car
+         (database-query
+          (format nil "SHOW COLUMNS FROM ~A" table)
+          database nil)))
+
+(defmethod database-attribute-type (attribute (table string)
+                                   (database mysql-database))
+  (let ((result
+         (mapcar #'cadr
+                 (database-query
+                  (format nil
+                          "SHOW COLUMNS FROM ~A LIKE '~A'" table attribute)
+                  database nil))))
+    (let* ((str (car result))
+          (end-str (position #\( str))
+          (substr (subseq str 0 end-str)))
+      (if substr
+      (intern (string-upcase substr) :keyword) nil))))
+
+;;; Sequence functions
+
+(defun %sequence-name-to-table (sequence-name)
+  (concatenate 'string "_usql_seq_" (sql-escape sequence-name)))
+
+(defmethod database-create-sequence (sequence-name
+                                    (database mysql-database))
+  (let ((table-name (%sequence-name-to-table sequence-name)))
+    (database-execute-command
+     (concatenate 'string "CREATE TABLE " table-name
+                 " (id int NOT NULL PRIMARY KEY AUTO_INCREMENT)")
+     database)
+    (database-execute-command 
+     (concatenate 'string "INSERT INTO " table-name
+                 " VALUES (-1)")
+     database)))
+
+(defmethod database-drop-sequence (sequence-name
+                                  (database mysql-database))
+  (database-execute-command
+   (concatenate 'string "DROP TABLE " (%sequence-name-to-table sequence-name)) 
+   database))
+
+(defmethod database-sequence-next (sequence-name (database mysql-database))
+  (database-execute-command 
+   (concatenate 'string "UPDATE " (%sequence-name-to-table sequence-name)
+               " SET id=LAST_INSERT_ID(id+1)")
+   database)
+  (mysql:mysql-insert-id (clsql-mysql::database-mysql-ptr database)))
+
+;; Misc USQL functions
+
+#|
+#+ignore
+(defmethod database-output-sql ((expr clsql-sys::sql-typecast-exp) 
+                               (database mysql-database))
+  (with-slots (clsql-sys::modifier clsql-sys::components)
+    expr
+    (if clsql-sys::modifier
+        (progn
+          (clsql-sys::output-sql clsql-sys::components database)
+          (write-char #\: sql-sys::*sql-stream*)
+          (write-char #\: sql-sys::*sql-stream*)
+          (write-string (symbol-name clsql-sys::modifier) 
+                       clsql-sys::*sql-stream*)))))
+
+#+ignore
+(defmethod database-output-sql-as-type ((type (eql 'integer)) val
+                                       (database mysql-database))
+  ;; typecast it so it uses the indexes
+  (when val
+    (make-instance 'clsql-sys::sql-typecast-exp
+                   :modifier 'int8
+                   :components val)))
+|#
index 97dafb6ca309814d358aa0cb43515ad64d3a8579..14d765b023b34714d1448ce992342971eb80dfdd 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp -*-
-;;; $Id: alien-resources.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;; $Id$
 
 ;;; This is copyrighted software.  See documentation for terms.
 ;;; 
index a7c3cfa74539981c6a7ee0c365b09bc5cd0bb41d..ae139aaec2c1bd9b410e3a969ab4945a95d79504 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp -*-
-;;; $Id: oracle-constants.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;; $Id$
 
 (in-package :clsql-oracle)
 
index b7f3b84a42238af985fea2c62ed5ce449bdbac96..2d5b5133e3e366ac4b53b335e0f9b3f4c9de498d 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp -*-
-;;; $Id: oracle-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;; $Id$
 ;;;
 ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases
 ;;; This is copyrighted software.  See documentation for terms.
index 2d78a05471b212d1fd2aa4bf5aed9c2a6d525268..1dbbde9ee7f6bca6ef94f9b72beb98aad8ae86c2 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp -*-
-;;; $Id: oracle-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;; $Id$
 ;;;
 ;;; This is copyrighted software.  See documentation for terms.
 
index 072465eda7b56a530b75d96110271fdc8bd212a8..7d605933c1953ea32be291a9f560f3f3579e5141 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp -*-
-;;; $Id: oracle-sql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;; $Id$
 
 ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases
 ;;; This is copyrighted software.  See documentation for terms.
index 1e0ed792a029464283aaf70744232c42f881ee06..a243c5866b697885e8a96c5665869562611340bc 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp -*-
-;;; $Id: oracle.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;; $Id$
 
 ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases
 ;;; This is copyrighted software.  See documentation for terms.
index 9e9b10e406d9e00cd9482bedf3bc99e3fd907f12..8e8cb3d495bcd2b2e638db10e834b27d53a04971 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;                
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-socket-api.lisp,v 1.4 2003/05/02 03:05:54 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index 2dbcf4c691c120b4c91372710bb97fe2b540c426..fa4062b1aa110cb45be42b208cc9f76e4907ac4b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-socket-package.lisp,v 1.4 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index da84c943c988695248c0449eddaee9e1e264a1a8..176dfcb7ff5ce041ad1421bada3f9516440e6151 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-socket-sql.lisp,v 1.4 2003/09/03 18:23:57 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index f7ca3610a66770d8998df805b077f8b6493b8d1f..06aedc6b01e6ff04873f8763556f5740ff14183d 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-api.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index cfb9a362b2c6710227551aee8a5d315991ae8ea2..9a3539e97e7722b2e6dceeb3c88e224bca41f560 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-loader.lisp,v 1.2 2002/11/23 18:00:26 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 60c6571135ed0fefaa8bfa8cb81e29c205751868..32ea77db7c68e8a46f2ea84b72725f9957e84f55 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-package.lisp,v 1.2 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index ac13a3054deb0e178d2e9a4a0af496e911f94041..09b72e7bae61ef47adc41ebf46248d95b370f47b 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-sql.lisp,v 1.3 2003/07/21 01:45:45 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index 0eccd450e0e24ac46a4aac3fda053b9466c96b59..b42438b2259c556634246a4b6a32869dbe51cfbe 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: postgresql-usql.lisp,v 1.2 2003/06/26 15:27:07 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and by onShore Development Inc.
index c23967bdc803d792f9ba3f29127dcbdbdc76244f..aef678edf20d15b74bdf4c74fb83d4c890689a54 100644 (file)
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.17 2002/10/14 07:16:04 kevin Exp $
+#  CVS Id:   $Id$
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
index 125bb71e2f12acddbc49a470cec006cf7ff103f2..4222f8fbe798fe9b1a41495e48edb364ae97a5a2 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;
 ;;;; Copyright (c) 1999-2001 Pierre R. Mai
 ;;;;
-;;;; $Id: functional.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file is part of CLSQL. 
 ;;;;
index 343acba0eb085bf4a57890863bad6ae0dde22801..6eb9d3a86273a482b00951cd4c9958632ac7c015 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;
 ;;;; Copyright (c) 1999-2001 Pierre R. Mai
 ;;;;
-;;;; $Id: loop-extension.lisp,v 1.2 2002/10/21 07:45:50 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; The functions in this file were orignally distributed in the
 ;;;; MaiSQL package in the file sql/sql.cl
index 5ee30377951fc3b5808271d91506b2c4e990144b..3f8d191214be72404b9ed561e04c6779ee35a0a0 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: package.lisp,v 1.5 2003/07/23 19:33:38 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index 64aa796c7c65296f853b73336d6b2d916b7c0cf0..f58e752848a810a329760409a7b78b14f4e6c66a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg, Marc Battyani
 ;;;; Date Started:  Apr 2002
 ;;;;
-;;;; $Id: pool.lisp,v 1.5 2003/08/08 09:04:13 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
 ;;;;
index 515ed83feb27fa47796079b5a361548c6150d244..e1492a5c7c7296cdf5c48a0ea6d77ba589b40dfb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Authors:      Kevin M. Rosenberg based on code by Pierre R. Mai 
 ;;;; Date Started: Feb 2002
 ;;;;
-;;;; $Id: sql.lisp,v 1.6 2003/07/23 19:33:38 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
index f710741fd10ac3ee3c7ca9c097c064d1b1b0975c..582e8378c2746a15b4c03b15a49c9bf830be5160 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Marc Battyani
 ;;;; Date Started:  Apr 2002
 ;;;;
-;;;; $Id: transactions.lisp,v 1.2 2002/10/14 15:25:15 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 984dce073c0a95852a11e7b85b04f487c3ead742..7a7420c0cb226ea3727cd992640f2a4942308e39 100644 (file)
@@ -8,7 +8,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and onShore Development Inc
index c37e49a24d2a913790d618ad6159289a3b34bdfa..51fad13c1e9a7a6eb04e534d8051fc21ac3da43b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: xptest-clsql.lisp,v 1.1 2003/05/02 03:08:58 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; The XPTest package can be downloaded from
 ;;;; http://alpha.onshored.com/lisp-software/
index 816c60aa9b1245b751a3ce071109f6485d3c268c..619b8b071d8da58e2f8b0f9ea9197f64b35debbd 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: package.lisp,v 1.4 2003/07/20 18:31:22 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
index 92ff34fbab6ccc55a645b657e27477535d647e17..1a003befcf97873bd73137c5964154e90fd5b272 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: tables.lisp,v 1.1 2003/05/02 03:08:58 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 24808216d6b07656fde9f1c9add6b2b8d13c7d1d..5cb93e7d08cc69723015a3453436dbb3d3c740d5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: tests.lisp,v 1.3 2003/05/02 03:29:28 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 48507a61e3c46e4a5203f2138257f07ab5e71683..c2d1b3d007208543526d43f2a0f071b0203d0944 100644 (file)
@@ -7,7 +7,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.3 2002/12/09 10:34:16 kevin Exp $
+#  CVS Id:   $Id$
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
index fc9f3d842b9c38ae727d0ec4a9a50c230aedc2cc..c667746e0f3a6034cf044aeedf8e269ba2b7c2f9 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi-loader.lisp,v 1.5 2003/07/08 20:15:13 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index f9c313c171037680aedf7e6eb8157f7029ebcba2..e216601240782644c3d4aa1cdef6fc2b8eb957f1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi-package.lisp,v 1.3 2003/05/07 02:45:08 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 385df49cd74b245035a32efa9c7c0c9890262d8d..f1cfe087fc6115a1f13dfb04f2cea689733917da 100644 (file)
@@ -6,7 +6,7 @@
  *   Programmer:    Kevin M. Rosenberg
  *   Date Started:  Mar 2002
  *
- * $Id: clsql-uffi.c,v 1.1 2002/09/18 07:50:01 kevin Exp $
+ * $Id$
  *
  * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
  *
index 1d072edcd2bc35f1a0e279a68f3f4db7dc12c48e..da5276afaba79926e8da8a89fc13091bd45e5041 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi.lisp,v 1.32 2003/06/23 19:25:30 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;