r5208: *** empty log message ***
[clsql.git] / db-mysql / mysql-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