Addresses and fixes Bug #46690.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270053 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2008-11-28 23:07:27 +00:00
parent 12764eccb3
commit 17382b3657

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<chapter xml:id="pdo.transactions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Transactions and auto-commit</title>
@ -95,8 +95,8 @@ try {
complex queries to extract data, and possibly use that information to
build up more updates and queries; while the transaction is active, you
are guaranteed that no one else can make changes while you are in the
middle of your work. In truth, this isn't 100% correct, but it is a
good-enough introduction, if you've never heard of transactions before.
middle of your work. For further reading on transactions, refer to the
documentation provided by your database server.
</para>
</chapter>