aboutsummaryrefslogtreecommitdiff
path: root/test/nulls1.test
Commit message (Expand)AuthorAge
* Revise tests cases to align with the new EXPLAIN QUERY PLAN output.drh2021-03-20
* Ensure that the NULL-scan pass counter is initialized when a ORDER BY NULLS LASTdrh2020-03-02
* Change an assert() in where.c to a testcase() macro, since the condition may ...dan2019-12-28
* Detect the invalid use of NULLS LAST on an INTEGER PRIMARY KEY definitiondrh2019-12-19
* Remove the legacy_file_format PRAGMA. In its place, provide thedrh2019-10-29
* Improve vdbe branch coverage of NULLS LAST code.dan2019-08-29
* Further tests for the special null-handling on this branch.dan2019-08-20
* Add tests for sort-by-index cases that use IN() and non-default NULL handling.dan2019-08-20
* Do not pass ORDER BY clauses with non-standard NULL handling to virtual table...dan2019-08-20
* Fix problems with window frames that use ORDER BY ... NULLS LAST etc.dan2019-08-19
* Prevent NULLS FIRST/LAST from being used in CREATE INDEX and other statements.dan2019-08-19
* Add support for using indexes for some ORDER BY clauses that use non-default ...dan2019-08-16
* Experimental implementation of NULLS FIRST/LAST. This branch still has proble...dan2019-08-12