]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to DROP one or more objects of the same class
authordrh <>
Thu, 29 Feb 2024 13:44:15 +0000 (13:44 +0000)
committerdrh <>
Thu, 29 Feb 2024 13:44:15 +0000 (13:44 +0000)
commit6b4c974bece0f697411acc93f94622b0ac616bd1
treeaa0912a79a7b54b6fd6899f8e8e57cb834c90a03
parent91d7bd8ec7ad0c3497200c4c95d3c518c28b93ea
Add the ability to DROP one or more objects of the same class
in a single statement by listing the objects as multiple arguments to the
DROP command.

FossilOrigin-Name: 2266086cf08ee710338667d1cf0b1e81ce7380101707db272ce27124404068a0
13 files changed:
manifest
manifest.uuid
src/build.c
src/parse.y
src/trigger.c
test/aggnested.test
test/aggorderby.test
test/alter3.test
test/alter4.test
test/analyze.test
test/auth.test
test/drop-many.test [new file with mode: 0644]
test/fkey1.test