Changes between Version 33 and Version 34 of CI
- Timestamp:
- Dec 10, 2019, 1:54:38 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v33 v34 49 49 || 3.8.0 || 3.28.0 || 50 50 (installed with Windows x86-64 executable installer) 51 52 The SQLite for Python 3.7.x is updated to SQLite 3.26.0 (from 3.21.0) by replacing C:\Python37\DLLs\sqlite3.dll with the one from [https://sqlite.org/download.html sqlite-dll-win64-x64-XXXXXX.zip]. This update allows testing [https://github.com/django/django/blob/5e8a07d69dee354d9e6dbda874f9454f4bc3491e/django/db/backends/sqlite3/features.py#L38 can_alter_table_rename_column], #29182, and other features that require a more recent SQLite.