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