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

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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!