forked from pool/sqlite3
Version 3.7.7
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=43
This commit is contained in:
parent
eeeff5c9e1
commit
1415cbdfd9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22cf70872a5bad5f8aad338b6373af6ad001a08a4dd70f4315d86acaa44cafe1
|
||||
size 1280774
|
3
sqlite-autoconf-3070700.tar.bz2
Normal file
3
sqlite-autoconf-3070700.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fa0784d3bd5456a5da58809cc57cacc845629f47a5b8f27a023795fb5902b4e
|
||||
size 1292374
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 12:32:50 UTC 2011 - max@novell.com
|
||||
|
||||
- New Version: 3.7.7:
|
||||
* Add support for URI filenames.
|
||||
* Add the sqlite3_vtab_config() interface in support of
|
||||
ON CONFLICT clauses with virtual tables.
|
||||
* Add the xSavepoint, xRelease and xRollbackTo methods in
|
||||
virtual tables in support of SAVEPOINT for virtual tables.
|
||||
* Update the built-in FTS3/FTS4 and RTREE virtual tables to
|
||||
support ON CONFLICT clauses and REPLACE.
|
||||
* Avoid unnecessary reparsing of the database schema.
|
||||
* Added support for the FTS4 prefix option and the FTS4 order
|
||||
option.
|
||||
* Allow WAL-mode databases to be opened read-only as long as
|
||||
there is an existing read/write connection.
|
||||
* Added support for short filenames.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 08:38:22 UTC 2011 - max@novell.com
|
||||
|
||||
|
@ -35,7 +35,7 @@ License: Public Domain, Freeware
|
||||
Group: Productivity/Databases/Servers
|
||||
Summary: Embeddable SQL Database Engine
|
||||
Url: http://www.sqlite.org/
|
||||
Version: 3.7.6.3
|
||||
Version: 3.7.7
|
||||
Release: 1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user