SQLite

Check-in [158a2d16a8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 158a2d16a8630e3b5892120f6ea68f2b0dc47eb3
User & Date: drh 2004-11-04 14:47:12.000
Context
2004-11-05
00:43
Incremental check-in of changes that will ultimately lead to a working autoincrement. (CVS 2056) (check-in: 10c3d88305 user: drh tags: trunk)
2004-11-04
14:47
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) (check-in: 158a2d16a8 user: drh tags: trunk)
14:30
Support root-page allocation/deallocation in auto-vacuum databases. Still a few problems. (CVS 2054) (check-in: 1da361fae8 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/test3.c.
Changes to test/attach.test.
Changes to test/btree7.test.
Changes to test/collate3.test.
Changes to test/delete2.test.
Changes to test/memdb.test.
Changes to test/misc3.test.
Changes to test/pager3.test.
Changes to test/pragma.test.
Changes to test/trigger2.test.