refactored read-sql-value to centralize this logic and reduce
[clsql.git] / db-postgresql-socket3 / sql.lisp
index db3ba86e8942660c51e73779d5645a4a1251742e..01816379e71a68da3f7d82c0714bad974b756a19 100644 (file)
   (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)