SQLite

Check-in [c7b336181a]
Login

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

Overview
Comment:Remove assert() statements based on the counter-factual proposition that 0 is not a valid cursor number.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | window-functions
Files: files | file ages | folders
SHA3-256: c7b336181aac6785a515f275c0f50ad4bf2dee20abde959b56d968a7fdce3e5b
User & Date: dan 2019-03-21 13:51:09.569
Context
2019-03-22
13:56
Fix a problem with a window function in a correlated sub-query where at least one reference to the outer SELECT appears in a FROM clause sub-select. (Closed-Leaf check-in: 9aca86f983 user: dan tags: window-functions)
2019-03-21
13:51
Remove assert() statements based on the counter-factual proposition that 0 is not a valid cursor number. (check-in: c7b336181a user: dan tags: window-functions)
2019-03-19
19:39
Add further tests to window8.test. (check-in: ec7e224f50 user: dan tags: window-functions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/window.c.
Changes to test/window1.test.