Version 3.7.3
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=34
This commit is contained in:
parent
4287b6b06b
commit
6ad6b199b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:792786bbd44445e4b5ea4dbb05b63151d28700d69a2451df83ad2e362b347add
|
|
||||||
size 1119262
|
|
3
sqlite-amalgamation-3.7.3.tar.bz2
Normal file
3
sqlite-amalgamation-3.7.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f32daf15790c7982c5489cec2753b366e57b9211fc481a0fbb26294fb1167395
|
||||||
|
size 1129827
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 17 17:06:54 UTC 2010 - max@novell.com
|
||||||
|
|
||||||
|
- New version: 3.7.3:
|
||||||
|
* Added the sqlite3_create_function_v2() interface that
|
||||||
|
includes a destructor callback.
|
||||||
|
* Added support for custom r-tree queries using
|
||||||
|
application-supplied callback routines to define the boundary
|
||||||
|
of the query region.
|
||||||
|
* The default page cache strives more diligently to avoid using
|
||||||
|
memory beyond what is allocated to it by
|
||||||
|
SQLITE_CONFIG_PAGECACHE. Or if using page cache is allocating
|
||||||
|
from the heap, it strives to avoid going over the
|
||||||
|
sqlite3_soft_heap_limit64(), even if
|
||||||
|
SQLITE_ENABLE_MEMORY_MANAGEMENT is not set.
|
||||||
|
* Added the sqlite3_soft_heap_limit64() interface as a
|
||||||
|
replacement for sqlite3_soft_heap_limit().
|
||||||
|
* The ANALYZE command now gathers statistics on tables even if
|
||||||
|
they have no indices.
|
||||||
|
* Tweaks to the query planner to help it do a better job of
|
||||||
|
finding the most efficient query plan for each query.
|
||||||
|
* Enhanced the internal text-to-numeric conversion routines so
|
||||||
|
that they work with UTF8 or UTF16, thereby avoiding some
|
||||||
|
UTF16-to-UTF8 text conversions.
|
||||||
|
* Fix a problem that was causing excess memory usage with large
|
||||||
|
WAL transactions in win32 systems.
|
||||||
|
* The interface between the VDBE and B-Tree layer is enhanced
|
||||||
|
such that the VDBE provides hints to the B-Tree layer letting
|
||||||
|
the B-Tree layer know when it is safe to use hashing instead
|
||||||
|
of B-Trees for transient tables.
|
||||||
|
* Miscellaneous documentation enhancements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 27 10:42:55 UTC 2010 - max@novell.com
|
Fri Aug 27 10:42:55 UTC 2010 - max@novell.com
|
||||||
|
|
||||||
|
@ -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.7.2
|
Version: 3.7.3
|
||||||
Release: 1
|
Release: 1
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user