diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-03-24 13:08:29 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-03-24 13:13:19 +0100 |
| commit | ae417dd4d569669e8e1d8f15e643c6ba0820aafe (patch) | |
| tree | 14b8e88a6c355e1903072d5c00d65907b72afeb4 /docs/topics | |
| parent | f5dbb566ee07bf3328015c70574b832052b4ebb7 (diff) | |
Added release notes for 4b31a6a9.
Thanks Florian for reporting this omission.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/db/transactions.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index 697dee49c0..db58ca9627 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -372,11 +372,13 @@ The following example demonstrates the use of savepoints:: Database-specific notes ======================= +.. _savepoints-in-sqlite: + Savepoints in SQLite -------------------- While SQLite ≥ 3.6.8 supports savepoints, a flaw in the design of the -:mod:`sqlite3` makes them hardly usable. +:mod:`sqlite3` module makes them hardly usable. When autocommit is enabled, savepoints don't make sense. When it's disabled, :mod:`sqlite3` commits implicitly before savepoint statements. (In fact, it |
