X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-sql.lisp;h=d93b153d2f06106b016fa4cfab8516733b4165d8;hb=4c15c38fcc4eef61e9e84fb6d756bf5a14e15e00;hp=bcfda5ecb5ae6ee8b8e295927b3eeb8b8969b076;hpb=7308bdf188da6424e615ca14096ef53cfb845a90;p=clsql.git diff --git a/db-postgresql/postgresql-sql.lisp b/db-postgresql/postgresql-sql.lisp index bcfda5e..d93b153 100644 --- a/db-postgresql/postgresql-sql.lisp +++ b/db-postgresql/postgresql-sql.lisp @@ -443,11 +443,5 @@ ;;; Database capabilities -(defmethod db-type-has-fancy-math? ((db-type (eql :postgresql))) - t) - -(defmethod db-type-default-case ((db-type (eql :postgresql))) - :lower) - (when (clsql-sys:database-type-library-loaded :postgresql) (clsql-sys:initialize-database-type :database-type :postgresql))