X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-basic.lisp;h=b4cec793479b444078cc0afba61d594c05170656;hb=7fd52b8de887a2a328f78bddb6a2fb4230ef2b3a;hp=556deb8b79dbccf8bbb3fe692b524f3adcdd9582;hpb=d0f147d0e7d942b379bd7cd472f26b00c33916bc;p=clsql.git diff --git a/tests/test-basic.lisp b/tests/test-basic.lisp index 556deb8..b4cec79 100644 --- a/tests/test-basic.lisp +++ b/tests/test-basic.lisp @@ -84,7 +84,7 @@ (clsql:execute-command "DROP TABLE test_clsql" :database db)) (clsql:execute-command - "CREATE TABLE test_clsql (t_int integer, t_float float, t_bigint BIGINT, t_str CHAR(30))" + "CREATE TABLE test_clsql (t_int integer, t_float double precision, t_bigint BIGINT, t_str CHAR(30))" :database db) (dotimes (i 11) (let* ((test-int (- i 5))