SHA256
1
0
forked from pool/sqlite3

Accepting request 765315 from home:StefanBruens:branches:openSUSE:Factory:Staging:O

Fix failing Django/Django1 testsuites
Fix some more errors

OBS-URL: https://build.opensuse.org/request/show/765315
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=236
This commit is contained in:
2020-01-21 07:56:37 +00:00
committed by Git OBS Bridge
parent 5ce7153b11
commit e5d5862acb
8 changed files with 207 additions and 159 deletions

View File

@@ -1,7 +1,16 @@
-------------------------------------------------------------------
Tue Dec 10 11:30:35 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
Fri Jan 17 14:29:39 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add sqlite3-django.patch to fix builds of django
- Fix regression found when running python-Django/Djano1 testsuite:
+ 7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch
+ 548082dfab-Improvements-to-the-LEFT-JOIN.patch
+ 8a39167bd2-Further-improvements-to-LEFT-JOIN.patch
- Fix check for existing dirs, triggers when running the testsuite
on BTRFS or XFS:
+ fix_dir_exists_on_btrfs.patch
- Fix truncation/bad rounding of timestamps in SQLite strftime
function, exposed when running testsuite on i586:
+ sqlite3-avoid-truncation-error.patch
-------------------------------------------------------------------
Fri Oct 11 15:05:00 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
@@ -27,7 +36,7 @@ Sun Oct 6 15:43:57 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
the type, name, and tbl_name columns of the sqlite_master table
have been corrupted and the database connection is not in
writable_schema mode.
* The PRAGMA function_list, PRAGMA module_list, and PRAGMA
* The PRAGMA function_list, PRAGMA module_list, and PRAGMA
pragma_list commands are now enabled in all builds by default
* Add the SQLITE_DBCONFIG_ENABLE_VIEW option for sqlite3_db_config().
* Added the TCL Interface config method in order to be able to
@@ -35,7 +44,7 @@ Sun Oct 6 15:43:57 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
sqlite3_db_config() options from TCL.
* Added the SQLITE_DIRECTONLY flag for application-defined SQL
functions to prevent those functions from being used inside
triggers and views
triggers and views
- drop sqlite3-CVE-2019-16168.patch, upstream
-------------------------------------------------------------------