Accepting request 295044 from home:AndreasStieger:branches:server:database

sqlite3 3.8.9

OBS-URL: https://build.opensuse.org/request/show/295044
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=122
This commit is contained in:
Martin Pluskal 2015-04-08 19:41:52 +00:00 committed by Git OBS Bridge
parent 94636bea7d
commit aaf82b0182
6 changed files with 30 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411
size 2021112

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2
size 2037200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e3f2c5f006004bda035c96f5a7aa0922397edc3898cd401a7ad8a95e0c6eb3f
size 4972781

3
sqlite-doc-3080900.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeeb5b9a410c3efabaccb13860dd04e3dbdfcd75e9f05fcb5c2a41d3a1f8f296
size 5025367

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Apr 8 19:03:41 UTC 2015 - astieger@suse.com
- Update to SQLite 3.8.9:
* Added the sqlite3_status64() interface.
* Fix memory size tracking so that it works even if SQLite uses
more than 2GiB of memory.
* Added the PRAGMA index_xinfo command.
* Fix a potential 32-bit integer overflow problem in the
sqlite3_blob_read() and sqlite3_blob_write() interfaces.
* Ensure that prepared statements automatically reset on extended
error codes of SQLITE_BUSY and SQLITE_LOCKED even when
compiled using SQLITE_OMIT_AUTORESET.
* Correct miscounts in the sqlite3_analyzer.exe utility related
to WITHOUT ROWID tables.
* Added the ".dbinfo" command to the command-line shell.
* Improve the performance of fts3/4 queries that use the
OR operator and at least one auxiliary fts function.
* Fix a bug in the fts3 snippet() function causing it to omit
leading separator characters from snippets that begin with the
first token in a column.
-------------------------------------------------------------------
Wed Feb 25 16:37:54 UTC 2015 - mpluskal@suse.com

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.8.3
Version: 3.8.9
Release: 0
%define tarversion 3080803
%define tarversion 3080900
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers