SQLite

Check-in [0747b55882]
Login

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

Overview
Comment:Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0747b55882cf218c03b443e1eadec9eb19889554
User & Date: danielk1977 2004-11-10 15:27:38.000
Context
2004-11-11
01:50
Add documentation for DEFAULT CURRENT_TIME & co. (CVS 2088) (check-in: c85f13f8f2 user: danielk1977 tags: trunk)
2004-11-10
15:27
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087) (check-in: 0747b55882 user: danielk1977 tags: trunk)
12:34
Fix expr.test so that it works when the date-time functions are compiled out of the library. (CVS 2086) (check-in: 540ce7de1b user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to test/attach3.test.
Changes to test/autovacuum.test.
Changes to test/btree.test.
Changes to test/enc2.test.
Changes to test/insert.test.
Changes to test/interrupt.test.
Changes to test/lock2.test.
Changes to test/pagesize.test.
Changes to test/tester.tcl.
Changes to test/vacuum.test.