SQLite

Check-in [43fe7fc1c3]
Login

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

Overview
Comment:When an automatic re-prepare occurs, take care not to reset the internal schema symbol table. Ticket #2156. This change also includes some debugging enhancements. (CVS 3578)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 43fe7fc1c38f8d9b3c1346cb1d890c2e25cefe15
User & Date: drh 2007-01-09 14:01:13.000
Context
2007-01-09
14:37
Do not use the symbol "interrupt" since that is a reserved word in OpenWatcom. Ticket #2159. (CVS 3579) (check-in: 9960ba5768 user: drh tags: trunk)
14:01
When an automatic re-prepare occurs, take care not to reset the internal schema symbol table. Ticket #2156. This change also includes some debugging enhancements. (CVS 3578) (check-in: 43fe7fc1c3 user: drh tags: trunk)
2007-01-08
22:40
Additional tests of sqlite3_prepare_v2. (CVS 3577) (check-in: b0650aa6cf user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/prepare.c.
Changes to src/test1.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.
Changes to src/vtab.c.
Changes to test/vtab1.test.