1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a problem with handling OOM errors in fts3.

FossilOrigin-Name: f9c54e95ecf1c36c4750bb151e91d81c1d1bd596
This commit is contained in:
dan
2010-01-20 14:25:37 +00:00
parent 7ed97b9de9
commit 14d4cc4356
4 changed files with 12 additions and 20 deletions

View File

@ -134,6 +134,7 @@ foreach {DO_MALLOC_TEST enc} {
db close
file delete -force test.db
sqlite3 db test.db
sqlite3_db_config_lookaside db 0 0 0
db eval "PRAGMA encoding = \"$enc\""
# Set variable $T to the test name prefix for this iteration of the loop.