SQLite

Check-in [1a06e57a0b]
Login

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

Overview
Comment:Throw an error if the second argument passed to nth_value() is not a positive integer.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1a06e57a0b4279fa580c7ff4f152645f005794aaf86eeabf694637b7da11f763
User & Date: dan 2018-07-09 13:31:18.482
Context
2018-07-09
16:24
Simplification to the grammar rules for window functions. Fix a memory leak that can follow an OOM while parsing a comma-separated list of window definitions. (check-in: a568f9c9db user: drh tags: trunk)
13:31
Throw an error if the second argument passed to nth_value() is not a positive integer. (check-in: 1a06e57a0b user: dan tags: trunk)
06:51
Fix a bad assert() in window.c. (check-in: fe8aaf0c80 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/window.c.
Changes to test/window4.tcl.
Changes to test/window4.test.
Changes to test/window6.test.