From: drh <> Date: Fri, 20 Aug 2021 15:44:48 +0000 (+0000) Subject: Support for STRICT tables. A table with the STRICT option only allows a few X-Git-Tag: version-3.37.0~276 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9135c8206e7d0302f7dc1833cf9aeafdb5cf81e7;p=thirdparty%2Fsqlite.git Support for STRICT tables. A table with the STRICT option only allows a few core datatypes on columns and enforces those types rigidly. Also, PRIMARY KEY columns must be NOT NULL. FossilOrigin-Name: f9c1d3441b87ee296542faa724410d16a348143cba24fe74292eefc48e038a55 --- 9135c8206e7d0302f7dc1833cf9aeafdb5cf81e7 diff --cc manifest index 6e4b8ae466,d44d5b10d6..f20da31d29 --- a/manifest +++ b/manifest @@@ -1,5 -1,5 +1,5 @@@ - C Fix\sON\sCONFLICT\sclause\sprocessing\sfor\sNOT\sNULL\sconstraints\sof\sPRIMARY\sKEY\ncolumns\son\sWITHOUT\sROWID\stables.\nTicket\s[f2be158c57aaa8c6] - D 2021-08-18T22:26:51.356 -C Improved\serror\smessages\sfor\sthe\sSQLITE_CONSTRAINT_DATATYPE\serror. -D 2021-08-20T08:05:42.509 ++C Support\sfor\sSTRICT\stables.\s\sA\stable\swith\sthe\sSTRICT\soption\sonly\sallows\sa\sfew\ncore\sdatatypes\son\scolumns\sand\senforces\sthose\stypes\srigidly.\s\sAlso,\sPRIMARY\sKEY\ncolumns\smust\sbe\sNOT\sNULL. ++D 2021-08-20T15:44:48.339 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@@ -1920,7 -1922,7 +1922,8 @@@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a9 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 - P b9b0dcd5af072c22f2ce71cf9584b5b572fbcfbce6410a7d703b586adb8938ba - R f57d6ed5153ac1a3784cf20c59f627b9 -P 1ed1b594d3c03ced68eb2b1285dfd8b9641cda20db1b1b7ae1afee217a3a9fe2 ++P 13abba0941a724eb62455650976b03678e4455b6b3090c84a2ab2f4a7656b4d8 39abca01479c0f4f747b7b21fa05181896b00ed7559f0ab74aa575c23097ac21 + R 1becdbd72e9bc3a6d98c91082fba4b52 ++T +closed 39abca01479c0f4f747b7b21fa05181896b00ed7559f0ab74aa575c23097ac21 U drh - Z 19e6156db8fe8743846e026420e0b856 -Z c26092e6de7efa8875b0da24f3b94164 ++Z 79dbee5e99fe8860b2834d21eb986cdc diff --cc manifest.uuid index e76a74f795,3cd58a8639..1c37aec781 --- a/manifest.uuid +++ b/manifest.uuid @@@ -1,1 -1,1 +1,1 @@@ - 13abba0941a724eb62455650976b03678e4455b6b3090c84a2ab2f4a7656b4d8 -39abca01479c0f4f747b7b21fa05181896b00ed7559f0ab74aa575c23097ac21 ++f9c1d3441b87ee296542faa724410d16a348143cba24fe74292eefc48e038a55