#15507: Savepoint support for MySQL backend
--------------------------------------------------------+-------------------
Reporter: lamby | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: 1.2
Resolution: | Keywords:
Triage Stage: Accepted | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 1 |
--------------------------------------------------------+-------------------
Changes (by russellm):
* needs_better_patch: => 1
* stage: Unreviewed => Accepted
* needs_tests: => 0
* needs_docs: => 0
Comment:
If MySQL supports it, we should too.
The patch looks good, too -- but are you sure that the feature check is
correct? Looking at MySQL docs, it looks like savepoints became available
at 5.0.3 -- but your feature check only inspects for 5.0. It's also a
feature that is only available for InnoDB.
--
Ticket URL: <http://code.djangoproject.com/ticket/15507#comment:1>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.