diff --git a/sqlite-doc-3410200.zip b/sqlite-doc-3410200.zip deleted file mode 100644 index 48181db..0000000 --- a/sqlite-doc-3410200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:701e45eafc12ba560f00984a1a85fa37c815ccf0bf0c1780b399c9ad82a747ff -size 10633275 diff --git a/sqlite-doc-3420000.zip b/sqlite-doc-3420000.zip new file mode 100644 index 0000000..d4d7257 --- /dev/null +++ b/sqlite-doc-3420000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62fd5f0fcfd15b2c26171e89f762268e2863df3c09696e76cf1482e34db8262 +size 10665938 diff --git a/sqlite-src-3410200.zip b/sqlite-src-3410200.zip deleted file mode 100644 index ab12b24..0000000 --- a/sqlite-src-3410200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87191fcecb8b707d9a10edb13607686317d7169c080b9bdc5d39d06358376ccc -size 13836230 diff --git a/sqlite-src-3420000.zip b/sqlite-src-3420000.zip new file mode 100644 index 0000000..bd08aeb --- /dev/null +++ b/sqlite-src-3420000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ca56a317be37fb00bd92bc280d9b9209bd4008b297d483c41ec1f6079bfb6d +size 13910252 diff --git a/sqlite3.changes b/sqlite3.changes index be1b7b6..80894f9 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed May 17 08:23:04 UTC 2023 - Reinhard Max + +- Update to 3.42.0: + * Add the FTS5 secure-delete command. This option causes all + forensic traces to be removed from the FTS5 inverted index when + content is deleted. + * Enhance the JSON SQL functions to support JSON5 extensions. + * The SQLITE_CONFIG_LOG and SQLITE_CONFIG_PCACHE_HDRSZ calls to + sqlite3_config() are now allowed to occur after + sqlite3_initialize(). + * New sqlite3_db_config() options: + SQLITE_DBCONFIG_STMT_SCANSTATUS and + SQLITE_DBCONFIG_REVERSE_SCANORDER. + * Query planner improvements. + * Add the --unsafe-testing command-line option. + * Allow commands ".log on" and ".log off", even in --safe mode. + * "--" as a command-line argument means all subsequent arguments + that start with "-" are interpreted as normal non-option + argument. + * Magic parameters ":inf" and ":nan" bind to floating point + literals Infinity and NaN, respectively. + * Add the ability for application-defined SQL functions to have + the same name as join keywords: CROSS, FULL, INNER, LEFT, + NATURAL, OUTER, or RIGHT. + * Enhancements to PRAGMA integrity_check + * Allow the session extension to be configured to capture changes + from tables that lack an explicit ROWID. + * Added the subsecond modifier to the date and time functions. + * Negative values passed into sqlite3_sleep() are henceforth + interpreted as 0. + * The maximum recursion depth for JSON arrays and objects is + lowered from 2000 to 1000. + * Extended the built-in printf() function so the comma option now + works with floating-point conversions in addition to integer + conversions. + * Miscellaneous bug fixes and performance optimizations. + ------------------------------------------------------------------- Wed Mar 22 15:02:05 UTC 2023 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 5f1340d..34b406a 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3410200 +%define tarversion 3420000 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.41.2 +Version: 3.42.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain