SQL query log doesn't show values
hass - August 30, 2009 - 18:33
| Project: | Devel |
| Version: | 7.x-1.x-dev |
| Component: | devel |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Looking into the query list in footer table only shows the SQL statements with placeholders. Any chance to also see the values and maybe the resulting SQL query with all values?
Below statement is not very helpful if you need to know what's inside :db_condition_placeholder_1.
DELETE FROM cache_update WHERE (cid = :db_condition_placeholder_1)
#1
I tried to get this and it was a real PITA with DBTNG. Hopefully someone is willing to work on this. Sorely needed, I agree.
#2
Subscribing to this. It's actually useful the way it is now for some purposes, since it'll show the same query run with different values as duplicates. But overall it'd be nice to have the values.