forked from pool/sqlite3
Accepting request 826778 from server:database
OBS-URL: https://build.opensuse.org/request/show/826778 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=121
This commit is contained in:
commit
992d20b7b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36920536daf7f8b19c2e646dc79db62e13cc1a992f562ba9a11fa7c191f24a4e
|
|
||||||
size 9772933
|
|
3
sqlite-doc-3330000.zip
Normal file
3
sqlite-doc-3330000.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42f6e7eb03ea26f551760804703d6b81c3017983ccdb5fdbd8b9fc1940cd018e
|
||||||
|
size 9834159
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9312f0865d3692384d466048f746d18f88e7ffd1758b77d4f07904e03ed5f5b9
|
|
||||||
size 12461750
|
|
3
sqlite-src-3330000.zip
Normal file
3
sqlite-src-3330000.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90bf7604a5aa26deece551af7a665fd4ce3d854ea809899c0e4bb19a69d609b8
|
||||||
|
size 12591089
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 15 06:04:07 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <andreas.stieger@gmx.de>
|
Sat Jun 20 11:11:01 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3320300
|
%define tarversion 3330000
|
||||||
%bcond_with icu
|
%bcond_with icu
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.32.3
|
Version: 3.33.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user