Changes between Initial Version and Version 1 of Ticket #30033


Ignore:
Timestamp:
Dec 11, 2018, 1:43:25 PM (5 years ago)
Author:
Simon Charette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30033 – Description

    initial v1  
    1 In the light of #29182 SQLite's main author mentioned that we should conform to the documented procedure to emulate table alterations on SQlite3.
     1In 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.
    22
    33Right 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.
Back to Top