From ba3da92b4f6c3dcedb2d35f92a2622b51e40799a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 26 Jun 2003 15:27:07 +0000 Subject: [PATCH] r5208: *** empty log message *** --- db-mysql/mysql-usql.lisp | 7 +++---- db-postgresql/postgresql-usql.lisp | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) 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 diff --git a/db-postgresql/postgresql-usql.lisp b/db-postgresql/postgresql-usql.lisp index bdf6938..0eccd45 100644 --- a/db-postgresql/postgresql-usql.lisp +++ b/db-postgresql/postgresql-usql.lisp @@ -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)) -- 2.34.1