SQLite

Check-in [24e769972e]
Login

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

Overview
Comment:Remove the dependency on the direct btree interface from as many test scripts as is practical. Fix a bug in the output limiter of the integrity_check pragma that came up while making this change. (CVS 4880)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 24e769972eb6052b82dc94d20444c186a213e104
User & Date: drh 2008-03-19 00:21:31.000
Context
2008-03-19
13:03
When a parse of the sqlite_master table fails, include the name of the object being parsed as part of the error message. (CVS 4881) (check-in: 57805b588f user: drh tags: trunk)
00:21
Remove the dependency on the direct btree interface from as many test scripts as is practical. Fix a bug in the output limiter of the integrity_check pragma that came up while making this change. (CVS 4880) (check-in: 24e769972e user: drh tags: trunk)
2008-03-18
13:47
Update the documentation to distinguish between protected and unprotected sqlite3_value objects. (CVS 4879) (check-in: 074ee55ffd user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pragma.c.
Changes to src/test2.c.
Changes to test/alter2.test.
Changes to test/alter3.test.
Changes to test/capi3.test.
Changes to test/capi3c.test.
Changes to test/descidx1.test.
Changes to test/descidx2.test.
Changes to test/descidx3.test.
Changes to test/minmax3.test.
Changes to test/pragma.test.