]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not confuse the constant SQLITE_MAX_ATTACHED with the maximum number of
authordrh <>
Wed, 10 Mar 2021 16:35:37 +0000 (16:35 +0000)
committerdrh <>
Wed, 10 Mar 2021 16:35:37 +0000 (16:35 +0000)
commit099b385d17d424ab6fba5ed46e9735dc4b04f79b
tree78b2afaff140f54913678d2553a0b71a428469d1
parentbc3c4e0830151a44d1ebd3f36c151d171d6dcf2a
Do not confuse the constant SQLITE_MAX_ATTACHED with the maximum number of
schemas.  Add the new SQLITE_MAX_DB constant for the maximum number of
schemas.  [forum:/forumpost/a006d86f72|Forum post a006d86f72].

FossilOrigin-Name: 7b65fb9f7bd616f834633afd64b3448bf9ca2b6e4cc6d6c01e75d1d877c88a79
manifest
manifest.uuid
src/build.c
src/expr.c
src/main.c
src/pragma.c
src/sqliteInt.h
test/attach.test
test/wal.test