mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Added support for savepoints in SQLite.
Technically speaking they aren't usable yet.
This commit is contained in:
parent
e264f67174
commit
4b31a6a9e6
4 changed files with 40 additions and 12 deletions
|
@ -424,8 +424,7 @@ Savepoints
|
|||
|
||||
Both the Django ORM and MySQL (when using the InnoDB :ref:`storage engine
|
||||
<mysql-storage-engines>`) support database :ref:`savepoints
|
||||
<topics-db-transactions-savepoints>`, but this feature wasn't available in
|
||||
Django until version 1.4 when such support was added.
|
||||
<topics-db-transactions-savepoints>`.
|
||||
|
||||
If you use the MyISAM storage engine please be aware of the fact that you will
|
||||
receive database-generated errors if you try to use the :ref:`savepoint-related
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue