#32502: Replace SQLite schema table rebuild by ALTER functions when supported
-------------------------------------+-------------------------------------
Reporter: Simon Charette | Owner: Mariusz
Type: | Felisiak
Cleanup/optimization | Status: assigned
Component: Migrations | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by GitHub <noreply@…>):
In [changeset:"3702819227fd0cdd9b581cd99e11d1561d51cbeb" 37028192]:
{{{
#!CommitTicketReference repository=""
revision="3702819227fd0cdd9b581cd99e11d1561d51cbeb"
Refs #32502 -- Avoided table rebuild when removing fields on SQLite
3.35.5+.
ALTER TABLE ... DROP COLUMN was introduced in SQLite 3.35+ however
a data corruption issue was fixed in SQLite 3.35.5.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32502#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.ff927b890a7279e0fe9a59f2c5d9d6c1%40djangoproject.com.