SQLite

Check-in [bfce91429b]
Login

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

Overview
Comment:Change the way sqlite3VdbeSetColName() is called so as to remove a few lines of code. This also fixes #3470. (CVS 5853)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bfce91429b1dad6e0ca36929e41a7adfb30f8522
User & Date: danielk1977 2008-10-31 10:53:23.000
Context
2008-10-31
13:57
Test that single byte corruptions in increasingly larger quantities are handled gracefully. (CVS 5854) (check-in: c73d915923 user: shane tags: trunk)
10:53
Change the way sqlite3VdbeSetColName() is called so as to remove a few lines of code. This also fixes #3470. (CVS 5853) (check-in: bfce91429b user: danielk1977 tags: trunk)
2008-10-30
22:13
Fix a faulty assert() in the merge implementation of the UNION operator. Ticket #3467. (CVS 5852) (check-in: cd1662e964 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/delete.c.
Changes to src/insert.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/select.c.
Changes to src/update.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.