forked from pool/sqlite3
Version 3.7.0
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=29
This commit is contained in:
parent
d8f87a9c66
commit
9041109bb8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9caf1ba94fccef7b1fdc61139016f9b4a5fa780655e40c412f0d64b892f917b1
|
|
||||||
size 1059450
|
|
3
sqlite-amalgamation-3.7.0.tar.bz2
Normal file
3
sqlite-amalgamation-3.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8621eee92c544e490d18bdf2e84407e78b0ef64d6db3076fbad6aed363071f9b
|
||||||
|
size 1107803
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d0c2d97f6e092f43f972b8bfc55f05eefa9f3c036a934a3f822ac5edde448cee
|
oid sha256:03e3bd6a20db15779b6d134386260560b7662498c286d3d58d5b433ca447b378
|
||||||
size 131357
|
size 135335
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 22 19:08:56 CEST 2010 - max@suse.de
|
||||||
|
|
||||||
|
- New version: 3.7.0:
|
||||||
|
* Added support for write-ahead logging.
|
||||||
|
* Query planner enhancement - automatic transient indices are
|
||||||
|
created when doing so reduces the estimated query time.
|
||||||
|
* Query planner enhancement - the ORDER BY becomes a no-op if
|
||||||
|
the query also contains a GROUP BY clause that forces the
|
||||||
|
correct output order.
|
||||||
|
* Add the SQLITE_DBSTATUS_CACHE_USED verb for
|
||||||
|
sqlite3_db_status().
|
||||||
|
* The logical database size is now stored in the database
|
||||||
|
header so that bytes can be appended to the end of the
|
||||||
|
database file without corrupting it and so that SQLite will
|
||||||
|
work correctly on systems that lack support for ftruncate().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 5 09:32:28 CEST 2010 - max@suse.de
|
Mon Jul 5 09:32:28 CEST 2010 - max@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: Public Domain, Freeware
|
|||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
Url: http://www.sqlite.org/
|
Url: http://www.sqlite.org/
|
||||||
Version: 3.6.23.1
|
Version: 3.7.0
|
||||||
Release: 2
|
Release: 2
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user