Changes between Version 1 and Version 2 of Ticket #30033
- Timestamp:
- Dec 11, 2018, 1:51:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30033
- Property Has patch set
-
Ticket #30033 – Description
v1 v2 1 In the light of #29182 [https://github.com/django/django/pull/10733#issuecomment-4458 62681SQLite's main author mentioned] that we should conform to the documented procedure to emulate table alterations on SQlite3.1 In the light of #29182 [https://github.com/django/django/pull/10733#issuecomment-445830242 SQLite's main author mentioned] that we should conform to the documented procedure to emulate table alterations on SQlite3. 2 2 3 3 Right now the [https://www.sqlite.org/lang_altertable.html#caution SQLite's schema editor follows a procedure documented as incorrect] and prevents usages of the SQLite 3.26 improvements regarding table and column renames while foreign key constraints are disabled.