]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability for the PRAGMA statement to accept multiple arguments. multi-arg-pragma
authordrh <drh@noemail.net>
Thu, 20 Oct 2016 18:20:10 +0000 (18:20 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Oct 2016 18:20:10 +0000 (18:20 +0000)
commit19dbfa8adc898005920bf8452a8816e3d296ff09
treef30310fe21cfdeaff3706307506d7cbaf4a8767f
parentc3191d236a9f8eb85343345ee925d2249bbda316
Add the ability for the PRAGMA statement to accept multiple arguments.
Currently all arguments other than the first are ignored.

FossilOrigin-Name: fd81d8a4300c36d02f07371b722124ccf619654c
manifest
manifest.uuid
src/build.c
src/parse.y
src/pragma.c
src/sqliteInt.h