]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the vector BETWEEN operator so that it only evaluates the left-most
authordrh <drh@noemail.net>
Mon, 22 Aug 2016 14:30:05 +0000 (14:30 +0000)
committerdrh <drh@noemail.net>
Mon, 22 Aug 2016 14:30:05 +0000 (14:30 +0000)
commit12abf408ff0f89efce2405c172f130e7b2ea011d
tree0a3a7539b1862fd443399c9d3c3115ce07ba893a
parentdb45bd5e826505fb6f8a02dd28c805a85c349f59
Fix the vector BETWEEN operator so that it only evaluates the left-most
vector expression once.  Add support for vector comparisons in the CASE
operator.

FossilOrigin-Name: 07e69f43a294d35b5145a2b0242ee42d50adab14
manifest
manifest.uuid
src/expr.c
test/e_expr.test
test/rowvalue8.test [new file with mode: 0644]