X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql-socket%2Fpostgresql-socket-sql.lisp;h=d988edaffaf6485572beefa5e914528732d486bd;hp=c63c58d0b3d5b39a1cb0921694b03f22180b82d8;hb=967266c94b00f91e5967b8330fe2b9134b0c0447;hpb=cc92d162f24648d65ad872098353305a5baf91d7 diff --git a/db-postgresql-socket/postgresql-socket-sql.lisp b/db-postgresql-socket/postgresql-socket-sql.lisp index c63c58d..d988eda 100644 --- a/db-postgresql-socket/postgresql-socket-sql.lisp +++ b/db-postgresql-socket/postgresql-socket-sql.lisp @@ -513,6 +513,8 @@ doesn't depend on UFFI." (defmethod db-type-has-fancy-math? ((db-type (eql :postgresql-socket))) t) +(defmethod db-type-default-case ((db-type (eql :postgresql))) + :lower) (when (clsql-base-sys:database-type-library-loaded :postgresql-socket) (clsql-base-sys:initialize-database-type :database-type :postgresql-socket))