Accepting request 319764 from home:pluskalm:branches:server:database

- Update to 3.8.11.1
  * Restore an undocumented side-effect of PRAGMA cache_size: force 
    the database schema to be parsed if the database has not been 
    previously accessed.
  * Fix a long-standing problem in sqlite3_changes() for WITHOUT 
    ROWID tables that was reported a few hours after the 3.8.11 
    release.

OBS-URL: https://build.opensuse.org/request/show/319764
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=131
This commit is contained in:
Martin Pluskal 2015-07-31 11:48:30 +00:00 committed by Git OBS Bridge
parent 7cb5666f61
commit d044fdf4f1
6 changed files with 19 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 31 11:44:40 UTC 2015 - mpluskal@suse.com
- Update to 3.8.11.1
* Restore an undocumented side-effect of PRAGMA cache_size: force
the database schema to be parsed if the database has not been
previously accessed.
* Fix a long-standing problem in sqlite3_changes() for WITHOUT
ROWID tables that was reported a few hours after the 3.8.11
release.
-------------------------------------------------------------------
Mon Jul 27 18:57:42 UTC 2015 - astieger@suse.com

View File

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