django/docs/topics/db
Ramiro Morales 8312b85c97 Added support for savepoints to the MySQL DB backend.
MySQL provides the savepoint functionality starting with version 5.0.3
when using the MyISAM storage engine.

Thanks lamby for the report and patch.

Fixes #15507.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-05 00:45:31 +00:00
..
aggregation.txt Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
index.txt Fixed #12308 -- Added tablespace support to the PostgreSQL backend. 2011-10-14 21:49:43 +00:00
managers.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
models.txt Fixed #17240 -- Replaced links to the online version of the docs by internal references. 2011-11-16 21:04:28 +00:00
multi-db.txt Fixed #15710 - removed "that that" typos. 2011-03-29 10:24:42 +00:00
optimization.txt Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt 2011-12-09 23:14:04 +00:00
queries.txt Fixed #4027 - Document how to make copies of model instances 2011-11-01 21:44:18 +00:00
sql.txt Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
tablespaces.txt Fixed #12308 -- Added tablespace support to the PostgreSQL backend. 2011-10-14 21:49:43 +00:00
transactions.txt Added support for savepoints to the MySQL DB backend. 2012-01-05 00:45:31 +00:00