r5208: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 26 Jun 2003 15:27:07 +0000 (15:27 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 26 Jun 2003 15:27:07 +0000 (15:27 +0000)
db-mysql/mysql-usql.lisp
db-postgresql/postgresql-usql.lisp

index dc3ea839e196a61da6645fe845f77ab6884e6838..3d3a5dcfdfff8ffc33c35f1bd32a0b2028ff6ee1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc\r
 ;;;; Date Started:  Mar 2002\r
 ;;;;\r
-;;;; $Id: mysql-usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $\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
@@ -17,8 +17,7 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
 ;;;; *************************************************************************\r
 \r
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))\r
-(in-package :clsql-mysql)\r
+(in-package #:clsql-mysql)\r
 \r
 ;; Table and attribute introspection\r
 \r
@@ -62,7 +61,7 @@
      database)\r
     (database-execute-command \r
      (concatenate 'string "INSERT INTO " table-name\r
-                 " VALUES (0)")\r
+                 " VALUES (-1)")\r
      database)))\r
 \r
 (defmethod database-drop-sequence (sequence-name\r
index bdf69388523679c8c21d58d2122c363beead0efa..0eccd450e0e24ac46a4aac3fda053b9466c96b59 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: postgresql-usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id: postgresql-usql.lisp,v 1.2 2003/06/26 15:27:07 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and by onShore Development Inc.
@@ -17,8 +17,7 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
-(in-package :clsql-postgresql)
+(in-package #:clsql-postgresql)
 
 (defmethod database-list-tables ((database postgresql-database)
                                  &key (system-tables nil))