diff --git a/sqlite-doc-3350500.zip b/sqlite-doc-3350500.zip deleted file mode 100644 index ba5a9a6..0000000 --- a/sqlite-doc-3350500.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:098257e33eb50254cccd31333b09eeafd5843fdd446e1c856c4b48b758573cb9 -size 10205830 diff --git a/sqlite-doc-3360000.zip b/sqlite-doc-3360000.zip new file mode 100644 index 0000000..48f3dc6 --- /dev/null +++ b/sqlite-doc-3360000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f03bf2b4afd845b66e7d07c7fa08c46a30c2484a4a5f8508db653c9da5d32d +size 12274411 diff --git a/sqlite-src-3350500.zip b/sqlite-src-3350500.zip deleted file mode 100644 index 65b0c20..0000000 --- a/sqlite-src-3350500.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4beeca5595c33ab5031a920d9c9fd65fe693bad2b16320c3a6a6950e66d3b11 -size 12819198 diff --git a/sqlite-src-3360000.zip b/sqlite-src-3360000.zip new file mode 100644 index 0000000..afee6dd --- /dev/null +++ b/sqlite-src-3360000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a3b9d08066b3a9003f06a96b2a8d1348994c29cc912535401154501d875324 +size 12985683 diff --git a/sqlite3.changes b/sqlite3.changes index e33332d..335ae1e 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Jun 22 08:55:36 UTC 2021 - Paolo Stivanin + +- SQLite3 3.36.0: + * Improvement to the EXPLAIN QUERY PLAN output to make it + easier to understand. + * Byte-order marks at the start of a token are skipped + as if they were whitespace. + * An error is raised on any attempt to access the rowid of a VIEW + or subquery. Formerly, the rowid of a VIEW would be indeterminate + and often would be NULL. The -DSQLITE_ALLOW_ROWID_IN_VIEW + compile-time option is available to restore the legacy behavior + for applications that need it. + * The sqlite3_deserialize() and sqlite3_serialize() interfaces + are now enabled by default. The -DSQLITE_ENABLE_DESERIALIZE + compile-time option is no longer required. Instead, there is + a new -DSQLITE_OMIT_DESERIALIZE compile-time option to omit + those interfaces. + * The "memdb" VFS now allows the same in-memory database + to be shared among multiple database connections in the same + process as long as the database name begins with "/". + * Back out the EXISTS-to-IN optimization (item 8b in the + SQLite 3.35.0 change log) as it was found to slow down + queries more often than speed them up. + * Improve the constant-propagation optimization so that it works + on non-join queries. + * The REGEXP extension is now included in CLI builds. + ------------------------------------------------------------------- Tue Apr 20 08:52:23 UTC 2021 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index a1f55b4..55aece4 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,10 +17,10 @@ %define oname sqlite -%define tarversion 3350500 +%define tarversion 3360000 %bcond_with icu Name: sqlite3 -Version: 3.35.5 +Version: 3.36.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain