ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/reference/ibase/functions ibase-query.xml
by Ard Biesheuvel other posts by this author
Jan 24 2004 3:34PM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/simplexml/functions simplexml-load-file.xml | [PHP-DOC] Notes Status, 8558 total
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/fu
nctions/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> 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved