forked from pool/sqlite3
Version 3.7.2
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=32
This commit is contained in:
parent
39c59ba488
commit
96cd04c971
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa83857ec7e698cce862b45e16ec2c2e6feee5ef4804d68a28d8884c97952a3d
|
||||
size 1107921
|
3
sqlite-amalgamation-3.7.2.tar.bz2
Normal file
3
sqlite-amalgamation-3.7.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:792786bbd44445e4b5ea4dbb05b63151d28700d69a2451df83ad2e362b347add
|
||||
size 1119262
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f0b029354941e00be62fa17292ed581b6cec41374009ca3e4f15bf1285eed3f
|
||||
size 135449
|
||||
oid sha256:a98a2abee4894ed1c8cff6f64dda66cf2013757052301b1615dd531acb924561
|
||||
size 106315
|
||||
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 27 10:42:55 UTC 2010 - max@novell.com
|
||||
|
||||
- New version: 3.7.2:
|
||||
* Added new commands SQLITE_DBSTATUS_SCHEMA_USED and
|
||||
SQLITE_DBSTATUS_STMT_USED to the sqlite3_db_status()
|
||||
interface, in order to report out the amount of memory used
|
||||
to hold the schema and prepared statements of a connection.
|
||||
|
||||
* Increase the maximum size of a database pages from 32KiB to
|
||||
64KiB.
|
||||
|
||||
* Use the LIKE optimization even if the right-hand side string
|
||||
contains no wildcards.
|
||||
|
||||
* Added the SQLITE_FCNTL_CHUNK_SIZE verb to the
|
||||
sqlite3_file_control() interface for both unix and windows, to
|
||||
cause database files to grow in large chunks in order to reduce
|
||||
disk fragmentation.
|
||||
|
||||
* Fixed a bug in the query planner that caused performance
|
||||
regresssions relative to 3.6.23.1 on some complex joins.
|
||||
|
||||
* Fixed a typo in the OS/2 backend.
|
||||
|
||||
* Refactored the pager module.
|
||||
|
||||
* The SQLITE_MAX_PAGE_SIZE compile-time option is now silently
|
||||
ignored. The maximum page size is hard-coded at 65536 bytes.
|
||||
|
||||
* Fix an old and very obscure bug that can lead to corruption of
|
||||
the database free-page list when incremental_vacuum is used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 12:20:40 CEST 2010 - max@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: Public Domain, Freeware
|
||||
Group: Productivity/Databases/Servers
|
||||
Summary: Embeddable SQL Database Engine
|
||||
Url: http://www.sqlite.org/
|
||||
Version: 3.7.0.1
|
||||
Version: 3.7.2
|
||||
Release: 1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user