X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fdml.lisp;h=0286b2d807a0034efcb6831b7f1a9d98f291f00c;hp=5c95fcd19c2aeb9a65b9ed4da5a37f9d139dae17;hb=8a8ee2d7d791b7a3efaed06420802a925d16fca3;hpb=09f07ac9d914a83f9426609f3264f4e66b5a6d97 diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index 5c95fcd..0286b2d 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -248,7 +248,7 @@ ("lenin@soviet.org")) (deftest :fdml/select/6 - (if (db-type-has-fancy-math? *test-database-underlying-type*) + (if (clsql-sys:db-type-has-fancy-math? *test-database-underlying-type*) (mapcar #'(lambda (s) (parse-integer s :junk-allowed t)) (clsql:select [function "trunc" [height]] :from [employee] :result-types nil