X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=0d98c0f552c76147e80ca9d06789e8216cfa1f42;hp=ff9dc9e13528effa3fdd6c4886af6f6602741f3a;hb=5ed1f05543cbd24b3f2bb735f2cfc03ea85e51ec;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246 diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index ff9dc9e..0d98c0f 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -73,7 +73,7 @@ (prog1 (progn (clsql:create-table "MyMixedCase" '(([a] integer))) - (clsql:execute-command "insert into MyMixedCase values (5)") + (clsql:execute-command "insert into \"MyMixedCase\" values (5)") (clsql:insert-records :into "MyMixedCase" :values '(6)) (clsql:select [a] :from "MyMixedCase" :order-by '((a :asc)))) (clsql:drop-table "MyMixedCase"))