]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental implementation of NULLS FIRST/LAST. This branch still has problems ...
authordan <dan@noemail.net>
Mon, 12 Aug 2019 16:36:38 +0000 (16:36 +0000)
committerdan <dan@noemail.net>
Mon, 12 Aug 2019 16:36:38 +0000 (16:36 +0000)
commit6e11892db8919592352b20228b9c9c36f31bf1a8
treeeed56d9bffb5dfb218a6e061063bf93b680d9bdd
parent41428a97b86b89395e9bdf0f38cf7d83ab2b451b
Experimental implementation of NULLS FIRST/LAST. This branch still has problems - the most significant of which is that ORDER BY clauses with a non-default NULLS FIRST/LAST qualifier can never use an index.

FossilOrigin-Name: 07babb0f897fc8c9cb5b30481899c32fdd743f3f3ca508d8d957826252107dd5
14 files changed:
manifest
manifest.uuid
src/build.c
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c
src/vdbesort.c
src/where.c
src/window.c
test/nulls1.test [new file with mode: 0644]
tool/mkkeywordhash.c