SQLite

Check-in [028475cb17]
Login

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

Overview
Comment:Proposed fix for an infinite loop bug in the WITH clause semantic analysis logic.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | infinite-with-loop-bug
Files: files | file ages | folders
SHA1: 028475cb17a4b50baf0e9aba9bd3403d0a5d03b0
User & Date: drh 2015-11-07 17:48:21.602
Context
2015-11-07
17:51
Add test cases for WITH clauses. (Closed-Leaf check-in: e7e65c7559 user: dan tags: infinite-with-loop-bug)
17:48
Proposed fix for an infinite loop bug in the WITH clause semantic analysis logic. (check-in: 028475cb17 user: drh tags: infinite-with-loop-bug)
15:19
Enhance TreeView to show WITH clauses. Add an assert to detect the infinite loop behavior when certain kinds of errors occur on a nested WITH clause. (check-in: 2040d88e87 user: drh tags: infinite-with-loop-bug)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/tokenize.c.
Added test/with3.test.