Changes between Initial Version and Version 1 of Ticket #30033
- Timestamp:
- Dec 11, 2018, 1:43:25 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30033 – Description
initial v1 1 In the light of #29182 SQLite's main author mentionedthat 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-445862681 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.