]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a binary operator in a WHERE clause that should be performed with no affinity...
authordan <dan@noemail.net>
Thu, 13 Aug 2009 19:21:16 +0000 (19:21 +0000)
committerdan <dan@noemail.net>
Thu, 13 Aug 2009 19:21:16 +0000 (19:21 +0000)
commit69f8bb9c72542480122649b16efade413862eac8
tree717f908ee25b2526a84da1fc8ddd2337e5c4874d
parent320b3a7a3af09492c9b2e10441dac579f86f5806
If a binary operator in a WHERE clause that should be performed with no affinity conversions applied to its operands (see http://www.sqlite.org/datatype3.html) is optimized by index lookup, do not apply any conversions to the key value before looking it up in the index. Fix for 93fb9f89d6.

FossilOrigin-Name: e72186f2d68d28c2e0c32894f9adb28c155b5f63
manifest
manifest.uuid
src/delete.c
src/insert.c
src/sqliteInt.h
src/where.c