From a32082d43e9a9660ca0437cfc82842ded2e23bdf14a7e40a6b391dcefff0e00d Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 15 Aug 2020 06:19:58 +0000 Subject: [PATCH] Accepting request 826777 from home:AndreasStieger:branches:server:database SQLite 3.33.0 OBS-URL: https://build.opensuse.org/request/show/826777 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=250 --- sqlite-doc-3320300.zip | 3 --- sqlite-doc-3330000.zip | 3 +++ sqlite-src-3320300.zip | 3 --- sqlite-src-3330000.zip | 3 +++ sqlite3.changes | 23 +++++++++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 sqlite-doc-3320300.zip create mode 100644 sqlite-doc-3330000.zip delete mode 100644 sqlite-src-3320300.zip create mode 100644 sqlite-src-3330000.zip diff --git a/sqlite-doc-3320300.zip b/sqlite-doc-3320300.zip deleted file mode 100644 index 3a7872f..0000000 --- a/sqlite-doc-3320300.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36920536daf7f8b19c2e646dc79db62e13cc1a992f562ba9a11fa7c191f24a4e -size 9772933 diff --git a/sqlite-doc-3330000.zip b/sqlite-doc-3330000.zip new file mode 100644 index 0000000..412a5a0 --- /dev/null +++ b/sqlite-doc-3330000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f6e7eb03ea26f551760804703d6b81c3017983ccdb5fdbd8b9fc1940cd018e +size 9834159 diff --git a/sqlite-src-3320300.zip b/sqlite-src-3320300.zip deleted file mode 100644 index a1931fb..0000000 --- a/sqlite-src-3320300.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9312f0865d3692384d466048f746d18f88e7ffd1758b77d4f07904e03ed5f5b9 -size 12461750 diff --git a/sqlite-src-3330000.zip b/sqlite-src-3330000.zip new file mode 100644 index 0000000..59735cc --- /dev/null +++ b/sqlite-src-3330000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bf7604a5aa26deece551af7a665fd4ce3d854ea809899c0e4bb19a69d609b8 +size 12591089 diff --git a/sqlite3.changes b/sqlite3.changes index a93a96c..825ce59 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Aug 15 06:04:07 UTC 2020 - Andreas Stieger + +- SQLite 3.33.0: + * Support for UPDATE FROM following the PostgreSQL syntax + * Increase the maximum size of database files to 281 TB + * Extend the PRAGMA integrity_check statement so that it can + optionally be limited to verifying just a single table and its + indexes, rather than the entire database file. + * Add the decimal extension for doing arbitrary-precision decimal + arithmetic + * Enhancements to the ieee754 extension for working with IEEE 754 + binary64 numbers + * cli: Add four new output modes: "box", "json", "markdown", + and "table" + * cli: The "column" output mode automatically expands columns to + contain the longest output row and automatically turns + ".header" on if it has not been previously set + * cli: The "quote" output mode honors ".separator" + * cli: The decimal extension and the ieee754 extension are + built-in to the CLI + * multiple query planner improvements + ------------------------------------------------------------------- Sat Jun 20 11:11:01 UTC 2020 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index 738b501..8723f19 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,10 +17,10 @@ %define oname sqlite -%define tarversion 3320300 +%define tarversion 3330000 %bcond_with icu Name: sqlite3 -Version: 3.32.3 +Version: 3.33.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain