forked from pool/sqlite3
Accepting request 901301 from home:polslinux:branches:server:database
- 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. OBS-URL: https://build.opensuse.org/request/show/901301 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=269
This commit is contained in:
parent
4c5ecbbdea
commit
5bff214348
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098257e33eb50254cccd31333b09eeafd5843fdd446e1c856c4b48b758573cb9
|
||||
size 10205830
|
3
sqlite-doc-3360000.zip
Normal file
3
sqlite-doc-3360000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79f03bf2b4afd845b66e7d07c7fa08c46a30c2484a4a5f8508db653c9da5d32d
|
||||
size 12274411
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4beeca5595c33ab5031a920d9c9fd65fe693bad2b16320c3a6a6950e66d3b11
|
||||
size 12819198
|
3
sqlite-src-3360000.zip
Normal file
3
sqlite-src-3360000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a3b9d08066b3a9003f06a96b2a8d1348994c29cc912535401154501d875324
|
||||
size 12985683
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 22 08:55:36 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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 <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user