#35373: GeneratedField alteration fail on SQLite due table remake data insertion
-------------------------------------+-------------------------------------
Reporter: Moshe Dicker | Owner: Simon
| Charette
Type: Bug | Status: closed
Component: Database layer | Version: 5.0
(models, ORM) |
Severity: Release blocker | Resolution: fixed
Keywords: migrations,db | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"d048f0d311cc9cb9578d687968f2d24a0a9efddb" d048f0d]:
{{{#!CommitTicketReference repository=""
revision="d048f0d311cc9cb9578d687968f2d24a0a9efddb"
Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.
Generated fields have to be excluded from the INSERT query against the
remade
table including the index.
Thanks Moshe Dicker for the report, David Sanders and Mariusz Felisiak for
the
review.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/35373#comment:4>