SQLite

Check-in [ee93150878]
Login

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

Overview
Comment:Improved enforcement of the SQLITE_LIMIT_LENGTH limit. (CVS 5368)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ee93150878436ce6e992ea8a1d348fb58b03b5e2
User & Date: drh 2008-07-08 14:52:08.000
Context
2008-07-08
15:26
Tests for SQLITE_LIMIT_LENGTH enforcement in sqlite3_bind. (CVS 5369) (check-in: c5e45dd664 user: drh tags: trunk)
14:52
Improved enforcement of the SQLITE_LIMIT_LENGTH limit. (CVS 5368) (check-in: ee93150878 user: drh tags: trunk)
14:31
Another corruption related test case. (CVS 5367) (check-in: f781a68127 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/sqliteInt.h.
Changes to src/util.c.
Changes to src/vdbemem.c.