#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 |
--------------------------------------------------------+-------------------
Comment (by lamby):
> I just want to make sure that it is truly a no-op.
From my tests it doesn't interfere with MyISAM although I have a limited
number of MySQL versions I can test with. I did test it with innodb
completely disabled with skip-innodb and that was fine; hopefully this is
functionally equivalent to not compiling InnoDB in.
> Have you verified that MySQLdb supports savepoints? I'm pretty sure that
once I checked that and it didn't.
We just execute "SAVEPOINT foo" SQL, no special support required (unless
I'm missing something?).
--
Ticket URL: <http://code.djangoproject.com/ticket/15507#comment:5>
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.