SHA256
1
0
forked from pool/sqlite3

Accepting request 305821 from home:elvigia:branches:server:database

- Update to SQLite 3.8.10
* Added the y format string to the matchinfo() function of FTS3.
* Performance improvements for ORDER BY, VACUUM, CREATE INDEX, 
  PRAGMA integrity_check, and PRAGMA quick_check
* Fix many obscure problems discovered while SQL fuzzing.
* Add the ".binary" and ".limits" commands to the command-line shell
* Make the "dbstat" virtual table part of standard builds 
  when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.

OBS-URL: https://build.opensuse.org/request/show/305821
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=124
This commit is contained in:
Martin Pluskal
2015-05-07 19:52:01 +00:00
committed by Git OBS Bridge
parent aaf82b0182
commit 2fd2808d1c
6 changed files with 20 additions and 8 deletions

View File

@@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.9
Version: 3.8.10
Release: 0
%define tarversion 3080900
%define tarversion 3081000
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers