SQLite

Check-in [860aa93663]
Login

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

Overview
Comment:Don't try to verify the schema of transient table (such as generated inside a WITH clause) when generating code for "IN table" operators.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | common-table-expr
Files: files | file ages | folders
SHA1: 860aa936634a60d68e3954fc408a96a9260394e0
User & Date: drh 2014-01-15 14:40:41.242
Context
2014-01-15
15:27
Return an error if a CTE specifies a different number of columns than its SELECT statement returns. (check-in: 9a514b50e4 user: dan tags: common-table-expr)
14:40
Don't try to verify the schema of transient table (such as generated inside a WITH clause) when generating code for "IN table" operators. (check-in: 860aa93663 user: drh tags: common-table-expr)
14:17
Disable the flattening optimization if the sub-query is a recursive CTE. (check-in: 9472f6d820 user: dan tags: common-table-expr)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.