X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql%2Fpostgresql-sql.lisp;h=70cf3b169205e0cfb10e430b348e3f9d2099282e;hp=7130af5aba5952484acf875a3bd27be37b6c4faf;hb=967266c94b00f91e5967b8330fe2b9134b0c0447;hpb=cc92d162f24648d65ad872098353305a5baf91d7 diff --git a/db-postgresql/postgresql-sql.lisp b/db-postgresql/postgresql-sql.lisp index 7130af5..70cf3b1 100644 --- a/db-postgresql/postgresql-sql.lisp +++ b/db-postgresql/postgresql-sql.lisp @@ -606,5 +606,8 @@ (defmethod db-type-has-fancy-math? ((db-type (eql :postgresql))) t) +(defmethod db-type-default-case ((db-type (eql :postgresql))) + :lower) + (when (clsql-base-sys:database-type-library-loaded :postgresql) (clsql-base-sys:initialize-database-type :database-type :postgresql))