r9133: case handling, test report summarizing, documentation additions
[clsql.git] / db-postgresql / postgresql-sql.lisp
index 3d1eca3a2b614c4ec2a4d4576d22b72536514899..70cf3b169205e0cfb10e430b348e3f9d2099282e 100644 (file)
        (setf conn-ptr (%pg-database-connection connection-spec))
        database))))
 
+;;; 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-base-sys:database-type-library-loaded :postgresql)
   (clsql-base-sys:initialize-database-type :database-type :postgresql))