]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disallow string constants enclosed in double-quotes within new CREATE TABLE and CREAT...
authordan <dan@noemail.net>
Mon, 20 May 2019 17:14:25 +0000 (17:14 +0000)
committerdan <dan@noemail.net>
Mon, 20 May 2019 17:14:25 +0000 (17:14 +0000)
commit0d92571d65393ae87f01f533eee2a6075b122efc
tree88ae798a8847dbf46b4d58d341de8c6e329c96e3
parent8ac02a94ab5ee7496c053c417a77bc620bb548fb
Disallow string constants enclosed in double-quotes within new CREATE TABLE and CREATE INDEX statements. It is still possible to enclose column names in double-quotes, and existing database schemas that use double-quotes for strings can still be loaded. This addresses ticket [9b78184b].

FossilOrigin-Name: 1685610ef8e0dc9218b02461ceab14dc6114f4f5ef7fcda0da395094aff443e1
manifest
manifest.uuid
src/resolve.c
src/sqliteInt.h
test/check.test
test/quote.test