diff --git a/testing/all.test b/testing/all.test index 7714788a8..2b07aecf6 100755 --- a/testing/all.test +++ b/testing/all.test @@ -43,6 +43,10 @@ do_execsql_test select-limit { SELECT id FROM users LIMIT 1; } {1} +do_execsql_test select-limit-0 { + SELECT id FROM users LIMIT 0; +} {} + do_execsql_test pragma-cache-size { PRAGMA cache_size } {-2000}