1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Merge recent trunk changes into begin-concurrent-pnu-wal2.

FossilOrigin-Name: 6c11b67bd2c2844566027d59bf5a342d8b2bebd591cd06922e4609e79aa46b82
This commit is contained in:
drh
2020-04-09 19:00:09 +00:00
116 changed files with 2634 additions and 1446 deletions

View File

@@ -1111,6 +1111,16 @@ test_suite "sorterref" -prefix "" -description {
autoinstall_test_functions
}
test_suite "maindbname" -prefix "" -description {
Run the "veryquick" test suite with SQLITE_DBCONFIG_MAINDBNAME used to
set the name of database 0 to "icecube".
} -files [
test_set $allquicktests -exclude *malloc* *ioerr* *fault* *bigfile* *_err* \
*fts5corrupt* *fts5big* *fts5aj*
] -dbconfig {
dbconfig_maindbname_icecube $::dbhandle
}
# End of tests
#############################################################################