mirror of
https://github.com/django/django.git
synced 2025-10-03 23:34:47 +00:00
parent
a21fc1c086
commit
a0a6112afc
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ back.
|
||||||
This isn't always convenient for application developers. To alleviate this
|
This isn't always convenient for application developers. To alleviate this
|
||||||
problem, most databases provide an autocommit mode. When autocommit is turned
|
problem, most databases provide an autocommit mode. When autocommit is turned
|
||||||
on and no transaction is active, each SQL query gets wrapped in its own
|
on and no transaction is active, each SQL query gets wrapped in its own
|
||||||
transaction. In other words, not only does each such query starts a
|
transaction. In other words, not only does each such query start a
|
||||||
transaction, but the transaction also gets automatically committed or rolled
|
transaction, but the transaction also gets automatically committed or rolled
|
||||||
back, depending on whether the query succeeded.
|
back, depending on whether the query succeeded.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue