forked from pool/sqlite3
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
This commit is contained in:
parent
d43b785c99
commit
4f59238ce3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0538aa78a5ba82ee3d2033329e4056be2eaf7b320d2fa0535714edd794f55eaf
|
||||
size 10542395
|
3
sqlite-doc-3380000.zip
Normal file
3
sqlite-doc-3380000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5ca5362a38b0c5fa4da8fc3d033ec981c3f531f4a6530ae8846e4be1d3f295f
|
||||
size 10603776
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:486770b4d5f88b5bb0dba540dd6ee1763067d7539dfee18a7c66fe9bb03d16d9
|
||||
size 13145234
|
3
sqlite-src-3380000.zip
Normal file
3
sqlite-src-3380000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77c53d4812cad7856f5f1a1e07d2a2c2a3444d26a965274279f8dd9faa6ff480
|
||||
size 13236840
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 26 11:20:10 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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 <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user