diff options
author | drh <drh@noemail.net> | 2019-10-29 16:18:45 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2019-10-29 16:18:45 +0000 |
commit | 66c48907a2abc90a78760f7281acb1f720adc1c7 (patch) | |
tree | 241a95395b2113853609c33a36b2b6cb2f61e07f /test/nulls1.test | |
parent | f4658b68fa906229797f6411e92a4cf15598528b (diff) | |
download | sqlite-66c48907a2abc90a78760f7281acb1f720adc1c7.tar.gz sqlite-66c48907a2abc90a78760f7281acb1f720adc1c7.zip |
Remove the legacy_file_format PRAGMA. In its place, provide the
SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config().
Fix for ticket [6484e6ce678fffab]
FossilOrigin-Name: 4d424f3047b48fc441475137f30a719d2f079390c86fe2617710ddfb05c5e240
Diffstat (limited to 'test/nulls1.test')
-rw-r--r-- | test/nulls1.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/nulls1.test b/test/nulls1.test index 98fc6ab37..fb059a674 100644 --- a/test/nulls1.test +++ b/test/nulls1.test @@ -249,5 +249,3 @@ do_execsql_test 7.0 { } finish_test - - |