Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.12.2

Bug #2883 no numRows or rowsAffected after SELECT ... INTO OUTFILE (mysql)
Submitted: 2004-12-03 13:23 UTC
From: andre dot steffens at adress-research dot de Assigned: danielc
Status: Closed Package: DB
PHP Version: 4.3.9 OS: Win2k
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-03 13:23 UTC] andre dot steffens at adress-research dot de
Description: ------------ After running a SELECT ... INTO OUTFILE, the affected rows are not given. Neither with $res->numRows() nor with $db->affectedRows(). Reproduce code: --------------- $res = $db->query('select ... into outfile ...'); echo $res->numRows(); Expected result: ---------------- $res->numRows() returns a count of the affected rows Actual result: -------------- error or nothing

Comments

 [2004-12-13 23:19 UTC] danielc
Fixed in CVS.