mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarified that a PDOException is thrown if no transaction is active. Closes bug #60283.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320328 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8942ad55cd
commit
cb1f84626d
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
<para>
|
||||
Rolls back the current transaction, as initiated by
|
||||
<function>PDO::beginTransaction</function>. It is an error to call this
|
||||
method if no transaction is active.
|
||||
<function>PDO::beginTransaction</function>. A <classname>PDOException</classname>
|
||||
will be thrown if no transaction is active.
|
||||
</para>
|
||||
<para>
|
||||
If the database was set to autocommit mode, this function will restore
|
||||
|
|
Loading…
Reference in a new issue