forked from pool/sqlite3
Updating link to change in openSUSE:Factory/sqlite3 revision 28.0
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=2029b0ecaecdc5c00f7512c3d27e8112
This commit is contained in:
parent
d8f8d9a4ee
commit
5936007c97
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:630e8bd7fd50685bd76358523a9a67a742dab7544a32c11a3c530a7636f2aaed
|
||||
size 1059431
|
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
|
||||
oid sha256:1fb0bc8711e16f301f9e5063a1419d4a3c3d4c3805d52e4c1eec5d7dc577581b
|
||||
size 131351
|
||||
oid sha256:03e3bd6a20db15779b6d134386260560b7662498c286d3d58d5b433ca447b378
|
||||
size 135335
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Bugfix release: 3.6.23.1
|
||||
* Fix a bug in the offsets() function of FTS3.
|
||||
* Fix a missing "sync" that when omitted could lead to database
|
||||
corruption if a power failure or OS crash occurred just as a
|
||||
ROLLBACK operation was finishing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 11:38:25 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package sqlite3 (Version 3.6.23)
|
||||
# spec file for package sqlite3 (Version 3.7.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -38,8 +38,8 @@ License: Public Domain, Freeware
|
||||
Group: Productivity/Databases/Servers
|
||||
Summary: Embeddable SQL Database Engine
|
||||
Url: http://www.sqlite.org/
|
||||
Version: 3.6.23
|
||||
Release: 2
|
||||
Version: 3.7.0
|
||||
Release: 1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: sqlite-64bit
|
||||
|
Loading…
Reference in New Issue
Block a user