SHA256
1
0
forked from pool/sqlite3

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

SQLite 3.8.7.1

OBS-URL: https://build.opensuse.org/request/show/258887
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=108
This commit is contained in:
Ismail Dönmez 2014-10-30 09:16:05 +00:00 committed by Git OBS Bridge
parent ba6166bede
commit b9c08b60d4
6 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Oct 29 21:03:11 UTC 2014 - andreas.stieger@gmx.de
- SQLite 3.8.7.1:
* In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately
after truncating the journal file to ensure that the
transaction is durable across a power loss.
* Fix an assertion fault that can occur when updating the NULL
value of a field at the end of a table that was added using
ALTER TABLE ADD COLUMN.
* Do not attempt to use the strchrnul() function from the
standard C library unless the HAVE_STRCHRNULL compile-time
option is set.
* Fix a couple of problems associated with running an UPDATE or
DELETE on a VIEW with a rowid in the WHERE clause.
-------------------------------------------------------------------
Fri Oct 17 19:45:26 UTC 2014 - andreas.stieger@gmx.de

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.7
Version: 3.8.7.1
Release: 0
%define tarversion 3080700
%define tarversion 3080701
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers