SQLite

Check-in [75d665a494]
Login

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

Overview
Comment:Fix problems with window frames that use ORDER BY ... NULLS LAST etc.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | nulls-last
Files: files | file ages | folders
SHA3-256: 75d665a494dd7d6e77d5a80af386ee5accc0a53416d5493424dc0fef6c7b01a0
User & Date: dan 2019-08-19 19:59:50.467
Context
2019-08-20
15:47
Do not pass ORDER BY clauses with non-standard NULL handling to virtual table implementations. (check-in: a9a82ee88d user: dan tags: nulls-last)
2019-08-19
19:59
Fix problems with window frames that use ORDER BY ... NULLS LAST etc. (check-in: 75d665a494 user: dan tags: nulls-last)
17:26
Prevent NULLS FIRST/LAST from being used in CREATE INDEX and other statements. (check-in: bb9767a287 user: dan tags: nulls-last)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/window.c.
Changes to test/nulls1.test.
Changes to test/pg_common.tcl.
Changes to test/window7.test.
Changes to test/window8.tcl.
Changes to test/window8.test.