]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for ticket #107: Fix a design defect in indices that was causing queries
authordrh <drh@noemail.net>
Thu, 18 Jul 2002 00:34:09 +0000 (00:34 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Jul 2002 00:34:09 +0000 (00:34 +0000)
commit491791a8272be96576072dc0ede07adf2132bbf2
tree7a752cee1967636e9d00163ce7347458997119f1
parent53e3fc70bfa65906f3e5bdd238af54a1d37da144
Fix for ticket #107: Fix a design defect in indices that was causing queries
to fail when using an index on a column containing an empty string.  This
fix is an incompatible file-format change. (CVS 681)

FossilOrigin-Name: 20d152fcddb4fa53556a9c93c7a869600a7c5183
12 files changed:
VERSION
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/main.c
src/select.c
src/sqliteInt.h
src/vdbe.c
test/index.test