]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_db_readonly() API so that it reports true if the database
authordrh <drh@noemail.net>
Wed, 21 May 2014 08:21:07 +0000 (08:21 +0000)
committerdrh <drh@noemail.net>
Wed, 21 May 2014 08:21:07 +0000 (08:21 +0000)
commit781597fecacbf3b6808eec363d9f2a249f709fa6
tree3bee1afa31c0afaa1e91689c2b4d5d8480e6b141
parent27f2468422646368e9d3984b40b395f17e5cdbe0
Fix the sqlite3_db_readonly() API so that it reports true if the database
is readonly because the file format write version (byte 18 of the header)
is too large.

FossilOrigin-Name: 8d8af114dac301335ec10671c1e9a5a6d8266a60
manifest
manifest.uuid
src/btree.c
src/btree.h
src/main.c
test/rdonly.test