correct error in test

master
Moritz Heidkamp 14 years ago
parent 86ca63c539
commit 86c558e361

@ -18,7 +18,7 @@
(test-group "dialect"
(test "LIMIT and OFFSET"
"SELECT * FROM integers LIMIT 10 OFFSET 10"
"SELECT * FROM integers LIMIT 10 OFFSET 100"
(ssql->sql #t `(select (columns *) (from integers) (limit 10) (offset 100))))
(test "random()"

Loading…
Cancel
Save