SHA256
1
0
forked from pool/sqlite3

Accepting request 441269 from home:AndreasStieger:branches:server:database

SQLite 3.15.1

OBS-URL: https://build.opensuse.org/request/show/441269
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=173
This commit is contained in:
Ismail Dönmez
2016-11-22 06:10:59 +00:00
committed by Git OBS Bridge
parent 7be5d4b84f
commit da5c48bf92
6 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 21 21:50:08 UTC 2016 - astieger@suse.com
- SQLite 3.15.1:
* Fix the VACUUM command so that it spills excess content to disk
rather than holding everything in memory, and possible causing
an out-of-memory error for larger database files
* Fix a case where OR-connected terms in the ON clause of a LEFT
JOIN might cause incorrect results
* Fix a case where the use of row values in the ON clause of a
LEFT JOIN might cause incorrect results
-------------------------------------------------------------------
Fri Oct 14 18:11:59 UTC 2016 - idonmez@suse.com