PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #1677

Add getQuery() method to DB_Result

Details

Request #1677Add getQuery() method to DB_Result
Submitted2004-06-18 18:46 UTC
Fromlaurenty at charter dot net
Assigneddanielc
StatusClosed
PackageDB
PHP Version4.3.7
OSALL
Roadmaps(Not assigned)

Comments

[2004-06-18 18:46 UTC] laurenty at charter dot net

Description:
------------
A method that would return the query that is associated
with a DB_Result object would be very useful when the
query was run using prepare(), execute() in which case
we do not have a way to look at the completed query
string unless we output the whole DB_Result object.