]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix to the rowvalue logic that avoids disabling rowvalue inequality
authordrh <drh@noemail.net>
Thu, 5 Dec 2019 21:46:23 +0000 (21:46 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Dec 2019 21:46:23 +0000 (21:46 +0000)
commitb6c947251bed7518f5c617892c8ff9d53c68c6a9
treed1c772047f5f8f50ac53e281753ed2c81123f6db
parent6c903845cde6eee4fcd4c7ac7a952927819b6c45
Fix to the rowvalue logic that avoids disabling rowvalue inequality
contraints on a virtual table when the virtual table sets the omit flag.
The logic has been incorrect since row-values were added.  However, this
does not come up often as very few virtual tables implement inequality
constraints using the omit flag.  Ticket [f096d191b6641daa]

FossilOrigin-Name: b7810062ec2489e1c5ca6638dbeb0892e4ce376c5c1834a31d1a332ebab8a871
ext/rtree/rtreeI.test [new file with mode: 0644]
manifest
manifest.uuid
src/where.c