Home » Database » DB » Bug #1677
Add getQuery() method to DB_Result
Details
| Request #1677 | Add getQuery() method to DB_Result |
|---|---|
| Submitted | 2004-06-18 18:46 UTC |
| From | laurenty at charter dot net |
| Assigned | danielc |
| Status | Closed |
| Package | DB |
| PHP Version | 4.3.7 |
| OS | ALL |
| 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.