X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fdml.lisp;h=be35f5bb7f965e29da8c56d776ca25f6d8bd0261;hp=56787a21d012bd3bebde380936f8bf31a2842b80;hb=3ac9e8d4881eebebe5cfbbf786d5268997046519;hpb=d9b32644383f3c4087d0ecac10c645f38d17648d diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index 56787a2..be35f5b 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -375,10 +375,11 @@ "Yuri")) (deftest :fdml/select/25 - (clsql:select [first-name] :from "employee" :flatp t :distinct t - :field-names nil - :result-types nil - :order-by [first-name]) + (clsql:select [first-name] :from (clsql-sys:convert-to-db-default-case "employee" *default-database*) + :flatp t :distinct t + :field-names nil + :result-types nil + :order-by [first-name]) ("Boris" "Josef" "Konstantin" "Leon" "Leonid" "Mikhail" "Nikita" "Vladamir" "Yuri")) @@ -624,7 +625,7 @@ :av-pairs '((emale "lenin-nospam@soviet.org")) :where [= [emplid] 1])) - (clsql:clsql-error () + (clsql:sql-database-error () (progn ;; check status (push (clsql:in-transaction-p) results)