Opened 5 years ago

Last modified 5 years ago

#30033 closed Cleanup/optimization

SQLite schema editor should use the documented to emulate table alterations on SQlite3. — at Version 1

Reported by: Simon Charette Owned by: Simon Charette
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Simon Charette)

In the light of #29182 SQLite's main author mentioned that we should conform to the documented procedure to emulate table alterations on SQlite3.

Right now the 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.

Change History (1)

comment:1 by Simon Charette, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top