1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Minor changes to make some newer test cases work under more compile-time

options.

FossilOrigin-Name: 382eea36c56f866efee1321f643687a4061e8b9e
This commit is contained in:
drh
2016-12-27 02:43:47 +00:00
parent dfcfff646a
commit c595419910
5 changed files with 13 additions and 11 deletions

View File

@ -23,6 +23,7 @@ ifcapable !wal {finish_test ; return }
set testprefix nockpt
do_execsql_test 1.0 {
PRAGMA auto_vacuum=OFF;
PRAGMA page_size = 1024;
PRAGMA journal_mode = wal;
CREATE TABLE c1(x, y, z);