Accepting request 34533 from server:database
Copy from server:database/sqlite3 based on submit request 34533 from user rmax OBS-URL: https://build.opensuse.org/request/show/34533 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=23
This commit is contained in:
parent
88f69ac156
commit
f593707216
@ -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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlite3 (Version 3.6.22)
|
# spec file for package sqlite3 (Version 3.6.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -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…
x
Reference in New Issue
Block a user