cvs: peardoc /en/package/database/mdb2 intro-sequences.xml
[email protected] ("Ken Guest")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvskguest1199467982@cvsserver> |
kguest Fri Jan 4 17:33:02 2008 UTC
Modified files:
/peardoc/en/package/database/mdb2 intro-sequences.xml
Log:
some minor corrections regarding grammar and readability
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb2/intro-sequences.xml?r1=1.14&r2=1.15&diff_format=u
Index: peardoc/en/package/database/mdb2/intro-sequences.xml
diff -u peardoc/en/package/database/mdb2/intro-sequences.xml:1.14 peardoc/en/package/database/mdb2/intro-sequences.xml:1.15
--- peardoc/en/package/database/mdb2/intro-sequences.xml:1.14 Mon Oct 30 18:30:39 2006
+++ peardoc/en/package/database/mdb2/intro-sequences.xml Fri Jan 4 17:33:02 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<refentry id="package.database.mdb2.intro-sequences">
<refnamediv>
@@ -165,15 +165,15 @@
<refsect1 id="package.database.mdb2.intro-sequences.getbeforeid">
<title>Getting around emulation</title>
<para>
- Finally if you prefer using what ever native feature the RDBMS supports you
+ Finally if you prefer using whatever native feature the RDBMS supports you
can use the <ulink url="http://pear.php.net/package/MDB2/docs/latest/MDB2/MDB2_Extended.html#methodgetBeforeID">
<function>getBeforeID</function></ulink> and
<ulink url="http://pear.php.net/package/MDB2/docs/latest/MDB2/MDB2_Extended.html#methodgetAfterID">
<function>getAfterID</function></ulink> methods from the
<ulink url="http://pear.php.net/package/MDB2/docs/latest/MDB2/MDB2_Extended.html">
Extended</ulink> module. This way MDB2 will automatically use
- <command>AUTO_INCREMENT</command> if its natively supported. If not MDB2 will
- instead use a sequence to get the next id.
+ <command>AUTO_INCREMENT</command> if it is natively supported. If not MDB2 will
+ instead use a sequence to get the next id value.
</para>
<para>