Accepting request 246199 from server:database

1

OBS-URL: https://build.opensuse.org/request/show/246199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=65
This commit is contained in:
Stephan Kulow 2014-08-30 14:03:39 +00:00 committed by Git OBS Bridge
commit aea85fa22c
6 changed files with 33 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Aug 15 18:13:00 UTC 2014 - andreas.stieger@gmx.de
- SQLite 3.8.6
* Added support for hexadecimal integer literals in the SQL
parser. (Ex: 0x123abc)
* Enhanced the PRAGMA integrity_check command to detect UNIQUE
and NOT NULL constraint violations.
* Increase the maximum value of SQLITE_MAX_ATTACHED from 62 to
125.
* Increase the timeout in WAL mode before issuing an
SQLITE_PROTOCOL error from 1 second to 10 seconds.
* Added the likely(X) SQL function.
* The unicode61 tokenizer is now included in FTS4 by default.
* Trigger automatic reprepares on all prepared statements when
ANALYZE is run.
* Added a new loadable extension source code file to the source
tree: fileio.c
* Add extension functions readfile(X) and writefile(X,Y) (using
code copy/pasted from fileio.c in the previous bullet) to the
command-line shell.
* Added the .fullschema dot-command to the command-line shell.
* performance enhancements
* bug fixes
-------------------------------------------------------------------
Wed Jun 4 20:00:01 UTC 2014 - andreas.stieger@gmx.de

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.5
Version: 3.8.6
Release: 0
%define tarversion 3080500
%define tarversion 3080600
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers