abies Sat Jan 24 10:34:50 2004 EDT
Modified files:
/phpdoc/en/reference/ibase/functions ibase-query.xml
Log:
Clarify note about affected rows
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-query.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-query.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-query.xml:1.5
phpdoc/en/reference/ibase/functions/ibase-query.xml:1.6
--- phpdoc/en/reference/ibase/functions/ibase-query.xml:1.5 Wed Dec 17 09:32:24
2003
+++ phpdoc/en/reference/ibase/functions/ibase-query.xml Sat Jan 24 10:34:50 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-query">
<refnamediv>
@@ -41,10 +41,10 @@
</para>
<note>
<para>
- In PHP 5.0.0 and up, this function returns the number of rows affected by
- the query (if > 0 and applicable to the statement type). A query that succeeded,
- but did not affect any rows (e.g. an UPDATE of a non-existent record) will
return
- &true;.
+ In PHP 5.0.0 and up, this function will return the number of rows affected by
+ the query for INSERT, UPDATE and DELETE statements. In order to retain backward
+ compatibility, it will return &true; for these statements if the query
succeeded
+ without affecting any rows.
</para>
</note>
<note>