]> git.ipfire.org Git - thirdparty/sqlite.git/commit
By default, new databases are now created in the legacy file format - the
authordrh <drh@noemail.net>
Tue, 11 Jul 2006 14:17:51 +0000 (14:17 +0000)
committerdrh <drh@noemail.net>
Tue, 11 Jul 2006 14:17:51 +0000 (14:17 +0000)
commit76fe8032c1ca7bdc904188c1dd4059189f459404
treea9f0d42b8466deb2f06d13c2ee5b16ebd41d62e3
parent206f3d96d140c9480f19bf92e8f7f35132048d4b
By default, new databases are now created in the legacy file format - the
format that ignores DESC on indices.  If you want descending indices, you
must either recompile with -DSQLITE_DEFAULT_FILE_FORMAT=4 or issue
"PRAGMA legacy_file_format=OFF" prior to creating the first table in the
database. (CVS 3330)

FossilOrigin-Name: 65b60f05ce49ff127bf5044f96db36caf1fa0106
manifest
manifest.uuid
src/build.c
src/main.c
src/sqliteInt.h
test/descidx1.test
test/descidx2.test
test/descidx3.test
test/format4.test