Accepting request 200179 from server:database

- New version 3.8.0.2:
- Full list of changes: http://sqlite.org/releaselog/3_8_0_2.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/request/show/200179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=53
This commit is contained in:
Stephan Kulow 2013-09-26 05:19:46 +00:00 committed by Git OBS Bridge
commit eca0fa8ae0
4 changed files with 49 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:fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
size 1878765

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Mon Sep 23 11:49:21 UTC 2013 - max@suse.com
- New version 3.8.0.2:
- Full list of changes: http://sqlite.org/releaselog/3_8_0_2.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
- New version 3.7.17.
- Full list of changes: http://sqlite.org/releaselog/3_7_17.html
- Highlights:
* Add support for memory-mapped I/O.
* Assigned the integer at offset 68 in the database header as
the Application ID for when SQLite is used as an application
file-format. Added the PRAGMA application_id command to query
and set the Application ID.
* Enhance the extension loading mechanism to be more flexible
(while still maintaining backwards compatibility) in two ways:
1. If the default entry point "sqlite3_extension_init" is not
present in the loadable extension, also try an entry point
"sqlite3_X_init" where "X" is based on the shared library
filename. This allows every extension to have a different
entry point, which allows them to be statically linked with
no code changes.
2. The shared library filename passed to
sqlite3_load_extension() may omit the filename suffix, and
an appropriate architecture-dependent suffix (".so",
".dylib", or ".dll") will be added automatically.
* Added many new loadable extensions to the source tree,
including amatch, closure, fuzzer, ieee754, nextchar, regexp,
spellfix, and wholenumber.
* Bug fix: Fix a potential database corruption bug in shared
cache mode when one database connection is closed while
another is in the middle of a write transaction. Ticket
e636a050b7
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 22:31:19 UTC 2013 - max@suse.com Mon Aug 12 22:31:19 UTC 2013 - max@suse.com

View File

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