]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Correctly handle column names and string constants in parentheses.
authordrh <drh@noemail.net>
Tue, 22 Oct 2002 23:38:04 +0000 (23:38 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Oct 2002 23:38:04 +0000 (23:38 +0000)
commit6977fea801aa706725279f8b1ebb2996c63b67dd
tree3bf2df07eb30ce72b26d9044f26ae4d0b6a19edb
parente958bb4aefd9266286bf900b4418b20c8ebdd04c
Correctly handle column names and string constants in parentheses.
Fix for ticket #179. (CVS 770)

FossilOrigin-Name: 3b68aa25c451b7c09ece457ac2b70a9a5d93508a
manifest
manifest.uuid
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h
src/tokenize.c
test/misc1.test
test/where.test