X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql-socket3%2Fsql.lisp;h=01816379e71a68da3f7d82c0714bad974b756a19;hp=db3ba86e8942660c51e73779d5645a4a1251742e;hb=4f756ab532ff033a34597a1c8030379e252952ca;hpb=f1d668746523a72a6893a46380468a9e033545e4 diff --git a/db-postgresql-socket3/sql.lisp b/db-postgresql-socket3/sql.lisp index db3ba86..0181637 100644 --- a/db-postgresql-socket3/sql.lisp +++ b/db-postgresql-socket3/sql.lisp @@ -325,12 +325,3 @@ (clsql-sys:initialize-database-type :database-type :postgresql-socket3)) -;; Type munging functions - -(defmethod read-sql-value (val (type (eql 'boolean)) (database postgresql-socket3-database) db-type) - (declare (ignore database db-type)) - val) - -(defmethod read-sql-value (val (type (eql 'generalized-boolean)) (database postgresql-socket3-database) db-type) - (declare (ignore database db-type)) - val)