]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add two new sqlite3_db_config() options that enable the ATTACH command enable-attach
authordrh <>
Wed, 22 Jan 2025 19:37:47 +0000 (19:37 +0000)
committerdrh <>
Wed, 22 Jan 2025 19:37:47 +0000 (19:37 +0000)
commitc850c2be757ffbf11423b47f8ef94bd0ce20f048
treef88eda4678b42911d2bd2661c354a13b4f89a7f3
parent9489aefb83fd72aa64fafe6a98617af9dfdcc538
Add two new sqlite3_db_config() options that enable the ATTACH command
to create new database files and to open databases read/write.  Both
default to on for backwards compatibility.

FossilOrigin-Name: fe0c58d00b491d1af7c0894f5c32542954aeea2e6510853b3bcbf13ac0bf5ce0
manifest
manifest.uuid
src/attach.c
src/main.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h