X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-mysql%2Fmysql-usql.lisp;fp=db-mysql%2Fmysql-usql.lisp;h=3d3a5dcfdfff8ffc33c35f1bd32a0b2028ff6ee1;hb=ba3da92b4f6c3dcedb2d35f92a2622b51e40799a;hp=dc3ea839e196a61da6645fe845f77ab6884e6838;hpb=8d2b56a0133193db4675e172a344052c54dadcd2;p=clsql.git diff --git a/db-mysql/mysql-usql.lisp b/db-mysql/mysql-usql.lisp index dc3ea83..3d3a5dc 100644 --- a/db-mysql/mysql-usql.lisp +++ b/db-mysql/mysql-usql.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: mysql-usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ +;;;; $Id: mysql-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-mysql) +(in-package #:clsql-mysql) ;; Table and attribute introspection @@ -62,7 +61,7 @@ database) (database-execute-command (concatenate 'string "INSERT INTO " table-name - " VALUES (0)") + " VALUES (-1)") database))) (defmethod database-drop-sequence (sequence-name