Changes between Version 1 and Version 2 of Ticket #30033


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

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-445862681 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-445830242 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