Is there a setting in DBMonitor so that I can see the "real" query instead of he query with ":ID" in it?
Currently I have to click on "paramters" to figure out the real query
I see:
SELECT * FROM test WHERE id = :ID
I want to see:
SELECT * FROM test WHERE id = 50