Accepting request 74831 from server:database

New Version: 3.7.7

OBS-URL: https://build.opensuse.org/request/show/74831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=36
This commit is contained in:
Sascha Peilicke 2011-06-29 13:28:32 +00:00 committed by Git OBS Bridge
commit 8054271cc8
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22cf70872a5bad5f8aad338b6373af6ad001a08a4dd70f4315d86acaa44cafe1
size 1280774

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fa0784d3bd5456a5da58809cc57cacc845629f47a5b8f27a023795fb5902b4e
size 1292374

View File

@ -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

View File

@ -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
@ -129,7 +129,7 @@ Authors:
%setup -q -n sqlite-autoconf-%tarversion
%build
export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA"
export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI"
%configure --disable-static
make