forked from pool/sqlite3
Accepting request 244887 from home:AndreasStieger:branches:server:database
SQLite 3.8.6 OBS-URL: https://build.opensuse.org/request/show/244887 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=104
This commit is contained in:
parent
61b4574e1a
commit
5b5d01a5e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b
|
||||
size 1957050
|
3
sqlite-autoconf-3080600.tar.gz
Normal file
3
sqlite-autoconf-3080600.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95
|
||||
size 1968379
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d694c49f35d93f54fc714e749ea773e0d8cf2a8eb733d19b6749c27f9604929a
|
||||
size 4446454
|
3
sqlite-doc-3080600.zip
Normal file
3
sqlite-doc-3080600.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c187ffe719e35ab03970db4d1fb4a4865ae4f8d943ceaaa79f635a51d982ca6e
|
||||
size 4736026
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user