]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhancements to the query planner to make use of indices for ORDER BY even
authordrh <drh@noemail.net>
Wed, 13 Feb 2013 13:42:50 +0000 (13:42 +0000)
committerdrh <drh@noemail.net>
Wed, 13 Feb 2013 13:42:50 +0000 (13:42 +0000)
commitdab942860cc134633107cc1cf73e9a883558785a
tree8574a3992ed4f2a844e11c3281560244ba31e91e
parent3dbfbcf43eb771122a7c3293f433e76c064f169f
parenta4b05e28748a63dfaf38a0f83fe1321a3839d1fe
Enhancements to the query planner to make use of indices for ORDER BY even
when IN constraints are in the WHERE clause.  Add extended error codes for
all SQLITE_CONSTRAINT errors.

FossilOrigin-Name: 7e14dc734d7d941da5c3aa6612e26d93b5b929bd
manifest
manifest.uuid
src/insert.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
test/hook.test
test/tester.tcl