]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When flipping ("commuting") a comparison operator, set the new EP_Commuted
authordrh <drh@noemail.net>
Tue, 22 Oct 2019 00:03:41 +0000 (00:03 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Oct 2019 00:03:41 +0000 (00:03 +0000)
commit898c527eafd8bf263a3c3626ff421804558132f9
tree17a323823f7f8ca13806ba2d9f577cd091d7f64a
parent2c3de90da1a6dcb5291b2fdb6d889a51743d21c6
When flipping ("commuting") a comparison operator, set the new EP_Commuted
bit rather than adding extra EP_Collate bits, to single later processing that
the order of precedence for COLLATE operators is inverted.
Fix for ticket [b47e3627ecaadbde]

FossilOrigin-Name: 90f7c477354d67d22d5eb0da22dac579f384ab44743fdc19887220e32203ebc2
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/where.c
src/whereInt.h
src/whereexpr.c