forked from pool/sqlite3
Version 3.6.23
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=21
This commit is contained in:
parent
0e4944d30b
commit
b843c8d200
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de4c13acb60430625ca6de2eea82bf95365694d3550c87f2addd9ded41b4d98b
|
|
||||||
size 1053178
|
|
3
sqlite-amalgamation-3.6.23.tar.bz2
Normal file
3
sqlite-amalgamation-3.6.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:630e8bd7fd50685bd76358523a9a67a742dab7544a32c11a3c530a7636f2aaed
|
||||||
|
size 1059431
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 10 17:30:05 CET 2010 - max@suse.de
|
||||||
|
|
||||||
|
- Version 3.6.23:
|
||||||
|
* Added the secure_delete pragma.
|
||||||
|
|
||||||
|
* Added the sqlite3_compileoption_used() and
|
||||||
|
sqlite3_compileoption_get() interfaces as well as the
|
||||||
|
compile_options pragma and the sqlite_compileoption_used() and
|
||||||
|
sqlite_compileoption_get() SQL functions.
|
||||||
|
|
||||||
|
* Added the sqlite3_log() interface together with the
|
||||||
|
SQLITE_CONFIG_LOG verb to sqlite3_config(). The ".log" command
|
||||||
|
is added to the Command Line Interface.
|
||||||
|
|
||||||
|
* Improvements to FTS3.
|
||||||
|
|
||||||
|
* Improvements and bug-fixes in support for
|
||||||
|
SQLITE_OMIT_FLOATING_POINT.
|
||||||
|
|
||||||
|
* The integrity_check pragma is enhanced to detect out-of-order
|
||||||
|
rowids.
|
||||||
|
|
||||||
|
* The ".genfkey" operator has been removed from the Command Line
|
||||||
|
Interface.
|
||||||
|
|
||||||
|
* Updates to the co-hosted Lemon LALR(1) parser
|
||||||
|
generator. (These updates did not effect SQLite.)
|
||||||
|
|
||||||
|
* Various minor bug fixes and performance enhancements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 20 16:02:54 CET 2010 - max@suse.de
|
Wed Jan 20 16:02:54 CET 2010 - max@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: Public Domain, Freeware
|
|||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
Url: http://www.sqlite.org/
|
Url: http://www.sqlite.org/
|
||||||
Version: 3.6.22
|
Version: 3.6.23
|
||||||
Release: 1
|
Release: 1
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user