From 4f59238ce31242f8c567ebb0467c549ba7da4382ac24b493ed5dbd204e662dc9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 9 Mar 2022 09:09:18 +0000 Subject: [PATCH] Accepting request 957745 from home:AndreasStieger:branches:server:database sqlite3 3.38.0 OBS-URL: https://build.opensuse.org/request/show/957745 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=274 --- sqlite-doc-3370200.zip | 3 --- sqlite-doc-3380000.zip | 3 +++ sqlite-src-3370200.zip | 3 --- sqlite-src-3380000.zip | 3 +++ sqlite3.changes | 23 +++++++++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 sqlite-doc-3370200.zip create mode 100644 sqlite-doc-3380000.zip delete mode 100644 sqlite-src-3370200.zip create mode 100644 sqlite-src-3380000.zip diff --git a/sqlite-doc-3370200.zip b/sqlite-doc-3370200.zip deleted file mode 100644 index 52e7e6a..0000000 --- a/sqlite-doc-3370200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0538aa78a5ba82ee3d2033329e4056be2eaf7b320d2fa0535714edd794f55eaf -size 10542395 diff --git a/sqlite-doc-3380000.zip b/sqlite-doc-3380000.zip new file mode 100644 index 0000000..31f7454 --- /dev/null +++ b/sqlite-doc-3380000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ca5362a38b0c5fa4da8fc3d033ec981c3f531f4a6530ae8846e4be1d3f295f +size 10603776 diff --git a/sqlite-src-3370200.zip b/sqlite-src-3370200.zip deleted file mode 100644 index c00499a..0000000 --- a/sqlite-src-3370200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:486770b4d5f88b5bb0dba540dd6ee1763067d7539dfee18a7c66fe9bb03d16d9 -size 13145234 diff --git a/sqlite-src-3380000.zip b/sqlite-src-3380000.zip new file mode 100644 index 0000000..70d86a4 --- /dev/null +++ b/sqlite-src-3380000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c53d4812cad7856f5f1a1e07d2a2c2a3444d26a965274279f8dd9faa6ff480 +size 13236840 diff --git a/sqlite3.changes b/sqlite3.changes index 8eb0526..085e665 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Feb 26 11:20:10 UTC 2022 - Andreas Stieger + +- update to 3.38.0 + * Add the -> and ->> operators for easier processing of JSON + * The JSON functions are now built-ins + * Enhancements to date and time functions + * Rename the printf() SQL function to format() for better + compatibility, with alias for backwards compatibility. + * Add the sqlite3_error_offset() interface for helping localize + an SQL error to a specific character in the input SQL text + * Enhance the interface to virtual tables + * CLI columnar output modes are enhanced to correctly handle tabs + and newlines embedded in text, and add options like "--wrap N", + "--wordwrap on", and "--quote" to the columnar output modes. + * Query planner enhancements using a Bloom filter to speed up + large analytic queries, and a balanced merge tree to evaluate + UNION or UNION ALL compound SELECT statements that have an + ORDER BY clause. + * The ALTER TABLE statement is changed to silently ignores + entries in the sqlite_schema table that do not parse when + PRAGMA writable_schema=ON + ------------------------------------------------------------------- Wed Jan 12 20:25:08 UTC 2022 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index 3b44a8f..3814a39 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,10 +17,10 @@ %define oname sqlite -%define tarversion 3370200 +%define tarversion 3380000 %bcond_with icu Name: sqlite3 -Version: 3.37.2 +Version: 3.38.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain