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:
Sascha Peilicke 2013-12-12 09:41:06 +00:00 committed by Git OBS Bridge
parent 872200894d
commit afc4aaf9f8
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:176df9a5dfbf4cf8516ef7b91ee187779855f51d4502534a5826034458ba2bb5
size 1896869

View File

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

View File

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

View File

@ -17,9 +17,9 @@
Name: sqlite3
Version: 3.8.1
Version: 3.8.2
Release: 0
%define tarversion 3080100
%define tarversion 3080200
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers