[phplib-dev] cvs commit From: athompso (phplib-dev <email protected>)
Date: 05/06/00

From: athompso
Date: Sun May 7 05:30:12 2000
Modified files:
      php-lib/CHANGES

Log message:
Copied this in from -stable, before I forget again...
Added workaround for MySQL UPDATE affected_rows() gotcha.
Thanks to Massimo Santoli <saint <email protected>> for suggestion.

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.176 php-lib/CHANGES:1.177
--- php-lib/CHANGES:1.176 Wed Apr 26 18:58:20 2000
+++ php-lib/CHANGES Sun May 7 05:29:41 2000
@@ -1,4 +1,11 @@
-$Id: CHANGES,v 1.176 2000/04/26 16:58:20 kk Exp $
+$Id: CHANGES,v 1.177 2000/05/07 03:29:41 athompso Exp $
+
+06-May-2000 athompso
+ - Added workaround to ct_sql.inc for case where MySQL UPDATE statements
+ return affected_rows()==0 if the UPDATE didn't actually change any
+ data but matched a row nonetheless.
+ Thanks to Massimo Santoli <saint <email protected>> for providing suggestion.
+
 
 26-Apr-2000 kk
   - Changed PHPLIB lists to qmail and testing CVS commit messages.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>