X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-syntax.lisp;h=9de62fe762a9b27adec21395b23091589d2fc73f;hp=2329a6c5035a55aa7460b0e2abbabf2d445da784;hb=8972490fe6f9453c5b70dae4fb1141cf9a67f0db;hpb=f246c3c7b48792a869cb1bae0637a2f00a0920bd diff --git a/tests/test-syntax.lisp b/tests/test-syntax.lisp index 2329a6c..9de62fe 100644 --- a/tests/test-syntax.lisp +++ b/tests/test-syntax.lisp @@ -118,13 +118,6 @@ (clsql:sql [select [count [*]] :from [emp]]) "SELECT COUNT(*) FROM EMP") -(deftest :syntax/query/5 - (string-downcase (clsql:sql [select 'employee])) - "(employee)") - -(deftest :syntax/query/6 - (string-downcase (clsql:sql [select 'employee 'address])) - "(employee address)") (deftest :syntax/expression1 (clsql:sql