Accepting request 210613 from home:AndreasStieger:branches:server:database
update to 3.8.2 OBS-URL: https://build.opensuse.org/request/show/210613 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=83
This commit is contained in:
parent
872200894d
commit
afc4aaf9f8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:176df9a5dfbf4cf8516ef7b91ee187779855f51d4502534a5826034458ba2bb5
|
|
||||||
size 1896869
|
|
3
sqlite-autoconf-3080200.tar.gz
Normal file
3
sqlite-autoconf-3080200.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92
|
||||||
|
size 1917056
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 11 20:48:47 UTC 2013 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- update to 3.8.2:
|
||||||
|
- adds support for WITHOUT ROWID tables
|
||||||
|
http://sqlite.org/withoutrowid.html
|
||||||
|
- potentially incompatible change: cast from very large positive
|
||||||
|
floating point number no longer results in most negavtive number,
|
||||||
|
now casts from float to integers return integer closest to float
|
||||||
|
between value and zero. Affects routines with implicit casts like
|
||||||
|
sqlite3_column_int64()
|
||||||
|
- a number of performance enhancements
|
||||||
|
- Full list of changes: http://sqlite.org/releaselog/3_8_2.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 18 07:18:45 UTC 2013 - kpetsch@suse.com
|
Fri Oct 18 07:18:45 UTC 2013 - kpetsch@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.8.1
|
Version: 3.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define tarversion 3080100
|
%define tarversion 3080200
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
|
Loading…
Reference in New Issue
Block a user