- New version 3.7.18.

- Full list of changes: http://sqlite.org/releaselog/3_8_0.html
- Highlights:
  * Add support for partial indexes.
  * Cut-over to the next generation query planner for faster and
    better query plans.
  * Added the FTS4 notindexed option, allowing non-indexed columns
    in an FTS4 table.
  * Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=77
This commit is contained in:
Reinhard Max 2013-08-26 22:29:58 +00:00 committed by Git OBS Bridge
parent 2b5e93f41a
commit 767d7215f2
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 26 22:20:29 UTC 2013 - max@suse.com
- New version 3.7.18.
- Full list of changes: http://sqlite.org/releaselog/3_8_0.html
- Highlights:
* Add support for partial indexes.
* Cut-over to the next generation query planner for faster and
better query plans.
* Added the FTS4 notindexed option, allowing non-indexed columns
in an FTS4 table.
* Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option.
-------------------------------------------------------------------
Mon Aug 26 10:33:58 UTC 2013 - max@suse.com

View File

@ -17,9 +17,9 @@
Name: sqlite3
Version: 3.7.17
Version: 3.8.0
Release: 0
%define tarversion 3071700
%define tarversion 3080000
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers