Opened 7 years ago
Last modified 7 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 )
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.
  Note:
 See   TracTickets
 for help on using tickets.