SHA256
1
0
forked from pool/sqlite3

- Update to version 3.16.0:

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=176
This commit is contained in:
Martin Pluskal 2017-01-03 11:44:25 +00:00 committed by Git OBS Bridge
parent dbe7cc058b
commit da0d447e9b
6 changed files with 41 additions and 11 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Jan 3 11:41:56 UTC 2017 - mpluskal@suse.com
- Update to version 3.16.0:
* Uses 9% fewer CPU cycles. (See the CPU performance measurement
report for details on how the this performance increase was
computed.)
* Added experimental support for PRAGMA functions.
* Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to
sqlite3_db_config().
* Enhance the date and time functions so that the 'unixepoch'
modifier works for the full span of supported dates.
* Changed the default configuration of the lookaside memory
allocator from 500 slots of 128 bytes each into 125 slots of
512 bytes each.
* Enhanced "WHERE x NOT NULL" partial indexes so that they are
usable if the "x" column appears in a LIKE or GLOB operator.
* Enhanced sqlite3_interrupt() so that it interrupts checkpoint
operations that are in process.
* Enhanced the LIKE and GLOB matching algorithm to be faster for
cases when the pattern contains multiple wildcards.
* Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode.
* Added ".mode quote" to the command-line shell.
* Added ".lint fkey-indexes" to the command-line shell.
* Added the .imposter dot-command to the command-line shell.
* Added the remember(V,PTR) SQL function as a loadable extension.
* Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to
* SQLITE_UNTESTABLE to better reflect the implications of using
it.
-------------------------------------------------------------------
Fri Dec 30 13:39:56 UTC 2016 - astieger@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package sqlite3
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,17 @@
%define oname sqlite
%define tarversion 3150200
%define tarversion 3160000
Name: sqlite3
Version: 3.15.2
Version: 3.16.0
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers
Url: http://www.sqlite.org/
Source0: http://www.sqlite.org/2016/sqlite-autoconf-%{tarversion}.tar.gz
Source0: http://www.sqlite.org/2017/sqlite-autoconf-%{tarversion}.tar.gz
Source1: baselibs.conf
Source2: http://www.sqlite.org/2016/sqlite-doc-%{tarversion}.zip
Source2: http://www.sqlite.org/2017/sqlite-doc-%{tarversion}.zip
Patch1: sqlite-fts5-link.patch
BuildRequires: autoconf
BuildRequires: automake