]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Compute the correct column name even if the column identifier is the
authordrh <drh@noemail.net>
Wed, 10 Jan 2018 00:40:06 +0000 (00:40 +0000)
committerdrh <drh@noemail.net>
Wed, 10 Jan 2018 00:40:06 +0000 (00:40 +0000)
commit6116ee4eeefeec9a0fc81ef4784cb774d50e36a2
treedb18275a5eac35261c27a73aaab8969e1d21d31c
parentdc006e05aa8ed9181b14924aa742e072dabba79a
Compute the correct column name even if the column identifier is the
very last token in the SQL statement.  This fixes a problem introduced
by check-in [0fdf97efe5df745510c6b] and reported by the community during
beta-testing.

FossilOrigin-Name: 36b89d728ff13d395fe0e1db8e7c01263f73dccb278b3ece27f6ef78e909b492
12 files changed:
manifest
manifest.uuid
src/build.c
src/parse.y
src/tokenize.c
test/capi2.test
test/capi3.test
test/icu.test
test/main.test
test/select1.test
test/shell3.test
test/with2.test