Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
#62 doctrine/phpcr-odm#582 - notes on current limits of the `Doctrine…
Browse files Browse the repository at this point in the history
…\ODM\PHPCR\DocumentManager#transactional()` API
  • Loading branch information
Ocramius committed Dec 13, 2014
1 parent 25ce0ca commit d30551d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions en/reference/transactions.rst
Expand Up @@ -37,3 +37,13 @@ since ``Doctrine\ODM\PHPCR\DocumentManager#transactional()`` will do it implicit
If an ``Exception`` is thrown during ``Doctrine\ODM\PHPCR\DocumentManager#transactional()``
execution, then the ``Doctrine\ODM\PHPCR\DocumentManager`` will be closed and the current transaction
rolled back.

.. note::

Multiple ``Doctrine\ODM\PHPCR\DocumentManager#transactional()`` calls are currently not supported,
as nested transaction support is not supported either.

.. note::

``Doctrine\ODM\PHPCR\DocumentManager#transactional()`` will be executed in a non transactional-safe
way if the underlying PHPCR transport does not support transactions.

0 comments on commit d30551d

Please sign in to comment.