- Update to version 3.16.2:

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=178
This commit is contained in:
Martin Pluskal 2017-01-07 16:47:03 +00:00 committed by Git OBS Bridge
parent 731c308e06
commit 25f5d559d5
6 changed files with 26 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jan 7 16:44:32 UTC 2017 - mpluskal@suse.com
- Update to version 3.16.2:
* Fix the REPLACE statement for WITHOUT ROWID tables that lack
secondary indexes so that it works correctly with triggers and
foreign keys.
* Fix the sqlite3_value_text() interface so that it correctly
translates content generated by zeroblob() into a string of all
0x00 characters.
* Fix the bytecode generator to deal with a subquery in the FROM
clause that is itself a UNION ALL where one side of the UNION
ALL is a view that contains an ORDER BY.
* Adjust the sqlite3_column_count() API so it more often returns
the same values for PRAGMA statements as it did in prior
releases, to minimize disruption to applications that might be
using that interface in unexpected ways.
-------------------------------------------------------------------
Tue Jan 3 19:45:49 UTC 2017 - idonmez@suse.com

View File

@ -17,9 +17,9 @@
%define oname sqlite
%define tarversion 3160100
%define tarversion 3160200
Name: sqlite3
Version: 3.16.1
Version: 3.16.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain