X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-objects.lisp;h=93a802f762ca3be7cefaa5229e0e894097373610;hp=76ce5e5b910c59021f2b8f68e93812ad6427c9fd;hb=f103c1a5416d2f22820d66020e4f9c18c766d894;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246 diff --git a/db-mysql/mysql-objects.lisp b/db-mysql/mysql-objects.lisp index 76ce5e5..93a802f 100644 --- a/db-mysql/mysql-objects.lisp +++ b/db-mysql/mysql-objects.lisp @@ -6,8 +6,6 @@ ;;;; Purpose: CLSQL Object layer for MySQL ;;;; Created: May 2004 ;;;; -;;;; $Id$ -;;;; ;;;; 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. @@ -35,16 +33,6 @@ (declare (ignore args database)) "TINYINT") -(defmethod database-output-sql-as-type ((type (eql 'boolean)) val database - (db-type (eql :mysql))) - (declare (ignore database)) - (if val 1 0)) - -(defmethod database-output-sql-as-type ((type (eql 'generalized-boolean)) val database - (db-type (eql :mysql))) - (declare (ignore database)) - (if val 1 0)) - (defmethod read-sql-value (val (type (eql 'boolean)) database (db-type (eql :mysql))) (declare (ignore database))