]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a segfault that could occur if an indexed expression was used in a
authordan <dan@noemail.net>
Tue, 11 Apr 2017 11:52:25 +0000 (11:52 +0000)
committerdan <dan@noemail.net>
Tue, 11 Apr 2017 11:52:25 +0000 (11:52 +0000)
commitb8d29c2f75ec3ab56e6cc7be47646d5151dea86f
tree8af5a9a8386ae3665dbdc54a65ddf9a9f1894d6a
parentd6e992cb1e5661723a797fec696af3e8a93db736
Fix a segfault that could occur if an indexed expression was used in a
comparison operation within the result-set of a SELECT statement.

FossilOrigin-Name: d6bb7c42ff6309ce168ccdcf03b4cdabfccfc9e2a911d254ac7dc4fea4aa2bc1
manifest
manifest.uuid
src/expr.c
test/indexexpr2.test [new file with mode: 0644]