doc/book/en/devrepo/devcore/dbapi.rst
branchstable
changeset 6385 9f91d09ee5fa
parent 6361 843684a50e48
child 8717 0436c231ac48
--- a/doc/book/en/devrepo/devcore/dbapi.rst	Fri Oct 01 17:04:09 2010 +0200
+++ b/doc/book/en/devrepo/devcore/dbapi.rst	Fri Oct 01 18:49:47 2010 +0200
@@ -23,10 +23,11 @@
 .. note::
 
   If a query generates an error related to security (:exc:`Unauthorized`) or to
-  integrity (:exc:`ValidationError`), a rollback is automatically done on the
-  current transaction.
+  integrity (:exc:`ValidationError`), the transaction can still continue but you
+  won't be able to commit it, a rollback will be necessary to start a new
+  transaction.
 
-  Also, a rollback is done if an error occurs during commit.
+  Also, a rollback is automatically done if an error occurs during commit.
 
 
 Executing RQL queries from a view or a hook