X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=76fbe5f81373dcaf6eeea0288b9a385b71b92371;hb=cc92d162f24648d65ad872098353305a5baf91d7;hp=6a1150353270240dbbaa5d6c2b16484331df2307;hpb=23b76563b25a517ad20f29d6dc5a65c8b958a042;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index 6a11503..76fbe5f 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -239,6 +239,7 @@ #:db-type-has-subqueries? #:db-type-has-boolean-where? #:db-type-transaction-capable? + #:db-type-has-fancy-math? #:database-underlying-type )) (:export @@ -276,6 +277,7 @@ #:db-type-has-subqueries? #:db-type-has-boolean-where? #:db-type-transaction-capable? + #:db-type-has-fancy-math? #:database-underlying-type .