]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
The ability to DROP multiple tables (or views or indexes or triggers) at once, multi-drop
authordrh <>
Mon, 4 Mar 2024 18:02:36 +0000 (18:02 +0000)
committerdrh <>
Mon, 4 Mar 2024 18:02:36 +0000 (18:02 +0000)
as implemented by this branch, appears to work.  However, this branch adds over
1000 bytes to the code footprint.  And the changes is significant, adding risk.
The benefit of being able to drop multiple tables in a single statement is not
seen to be enough to overcome those downsides, and so there are no immediate
plans to merge this branch.

FossilOrigin-Name: 1a49788afd90fa4415c6aae4b6bbad68f9306c1df1026762a9d88bcb40e4cd8f

manifest
manifest.uuid

index 8904b14cdabb2a2f11b27f1e3b46f7db0c560709..ba2412b7a62394754e1daba39ecfd11adf2abcc5 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\san\sunused\sline\sof\scode.
-D 2024-03-02T12:17:08.553
+C The\sability\sto\sDROP\smultiple\stables\s(or\sviews\sor\sindexes\sor\striggers)\sat\sonce,\nas\simplemented\sby\sthis\sbranch,\sappears\sto\swork.\s\sHowever,\sthis\sbranch\sadds\sover\n1000\sbytes\sto\sthe\scode\sfootprint.\s\sAnd\sthe\schanges\sis\ssignificant,\sadding\srisk.\nThe\sbenefit\sof\sbeing\sable\sto\sdrop\smultiple\stables\sin\sa\ssingle\sstatement\sis\snot\nseen\sto\sbe\senough\sto\sovercome\sthose\sdownsides,\sand\sso\sthere\sare\sno\simmediate\nplans\sto\smerge\sthis\sbranch.
+D 2024-03-04T18:02:36.966
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -2177,8 +2177,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P e70d6be7511837ff11deac10b335e0f613dfa6dedcab269df9ce61c8d8495d2a
+P 26272590691aee8569a1ea9c233f9b0e55ece63ed167696cc1ecfe3ca2548ba1
 R ffcb677589cb061417252fbc7f9600de
 U drh
-Z d61bc33dfe57d1afe99711b6d6b89ef0
+Z 148d8810a6ba162cbd3b9cd95d027cbb
 # Remove this line to create a well-formed Fossil manifest.
index befd338da06b06af8a98e4ec13e31ad01a7fd371..5a2a9abea689410afde04b1b823da61520503712 100644 (file)
@@ -1 +1 @@
-26272590691aee8569a1ea9c233f9b0e55ece63ed167696cc1ecfe3ca2548ba1
\ No newline at end of file
+1a49788afd90fa4415c6aae4b6bbad68f9306c1df1026762a9d88bcb40e4cd8f
\ No newline at end of file