]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add serial-types 8 and 9 for integer constants of 0 and 1 that use zero
authordrh <drh@noemail.net>
Thu, 29 Dec 2005 19:23:06 +0000 (19:23 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Dec 2005 19:23:06 +0000 (19:23 +0000)
commitd946db0064af292fb8689b9604481d39e79dd418
tree6f7e909ae93fea40a74ed435eaaac713d914aab8
parentaa81608eb09adb9d328ce5cf24d98e02dd91b09d
Add serial-types 8 and 9 for integer constants of 0 and 1 that use zero
bytes of storage.  Make the default file format 4.  Add the
SQLITE_DEFAULT_FILE_FORMAT compile-time option to lower the default
file format number so that newly created databases can be read and
written by older versions of SQLite. (CVS 2845)

FossilOrigin-Name: ae301db8a61a74bc72f67f5766811d89a3b3ec72
manifest
manifest.uuid
src/build.c
src/prepare.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
test/descidx1.test
test/descidx2.test
test/types.test