SQLite

Check-in [457e0b245b]
Login

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

Overview
Comment:Modifications to the parser to eliminate unreachable code. (CVS 6749)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 457e0b245b1833c0d297bc6f4ff9785e6a2cee02
User & Date: drh 2009-06-12 02:27:15.000
Context
2009-06-12
03:27
Make sure nested queries with USING clauses do not leak memory. Preliminary fix for ticket #3911. (CVS 6750) (check-in: bd341a103c user: drh tags: trunk)
02:27
Modifications to the parser to eliminate unreachable code. (CVS 6749) (check-in: 457e0b245b user: drh tags: trunk)
2009-06-11
17:32
Honor the SQLITE_OPEN_READONLY flag even on a :memory: or temporary database, even though such a database is pointless. Ticket #3908. (CVS 6748) (check-in: 73ba841ac1 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/parse.y.
Changes to tool/lempar.c.