DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39743>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39743
Summary: dbd_pgsql_pquery does not return number of rows affected
Product: APR
Version: 1.2.7
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: APR-util
AssignedTo: bugs@httpd.apache.org
ReportedBy: evgeny@monsoon-mm.com
dbd_pgsql_pquery does not assign any value to nrows formal parameter. At the
same time, dbd_pgsql_query does it. Possible solution: add following line just
before PQclear(res) in dbd_pgsql_pquery():
*nrows = atoi(PQcmdTuples(res));
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|