dbs Mon Oct 17 23:20:14 2005 EDT
Modified files:
/phpdoc/en/reference/pdo reference.xml
Log:
Closer to Wez's original intent... making a connection does not enable
one to understand transactions; rather, once armed with the knowledge
of connecting, one must understand the power of transactions before
wielding SQL queries with reckless abandon.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.42&r2=1.43&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.42
phpdoc/en/reference/pdo/reference.xml:1.43
--- phpdoc/en/reference/pdo/reference.xml:1.42 Mon Oct 17 16:23:43 2005
+++ phpdoc/en/reference/pdo/reference.xml Mon Oct 17 23:20:13 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl, bundled -->
<!-- State:experimental -->
@@ -347,7 +347,7 @@
<section id='pdo.transactions'>
<title>Transactions and auto-commit</title>
<para>
- Now that you're connected via PDO, you should be able to understand how
PDO
+ Now that you're connected via PDO, you must understand how PDO
manages transactions before you start issuing queries. If you've never
encountered transactions before, they offer 4 major features: Atomicity,
Consistency, Isolation and Durability (ACID). In layman's terms, any work