]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the CLI so that it does not try to open what might be an SQLite
authordrh <>
Sat, 25 Oct 2025 18:35:29 +0000 (18:35 +0000)
committerdrh <>
Sat, 25 Oct 2025 18:35:29 +0000 (18:35 +0000)
commit0d859b4828cc8f214b6447490b8d0a4d500105f7
tree4f6a65afadad1476f60036d604dc83d9ae884aa0
parent76db3a6e66a1ce5b212c0c97483a0e3be015afae
Fix the CLI so that it does not try to open what might be an SQLite
database using open() in the deduceDatabaseType() routine, as this can
lead to broken posix advisory locks.

FossilOrigin-Name: 2a3a02715fa53673531575fa13aee056711139b409367cccc18654e82720c4e6
manifest
manifest.uuid
src/shell.c.in