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

SQLite 3.8.11

OBS-URL: https://build.opensuse.org/request/show/319027
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=130
This commit is contained in:
Martin Pluskal 2015-07-27 19:27:49 +00:00 committed by Git OBS Bridge
parent 97bf673137
commit 7cb5666f61
6 changed files with 23 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 27 18:57:42 UTC 2015 - astieger@suse.com
- SQLite 3.8.11:
* Significantly improved performance
* new interfaces and enhancements
* Important bug fixes for CREATE TABLE AS
* Fix the skip-scan optimization so that it works correctly when
the OR optimization is used on WITHOUT ROWID tables.
* Fix the sqlite3_memory_used() and sqlite3_memory_highwater()
interfaces so that they actually do provide a 64-bit answer.
* experimental extensions, not enabled:
+ RBU (Resumable Bulk Update) extension
+ FTS5 (Full-text search) extension
-------------------------------------------------------------------
Sun May 24 20:45:03 UTC 2015 - astieger@suse.com

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.10.2
Version: 3.8.11
Release: 0
%define tarversion 3081002
%define tarversion 3081100
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers