dbMonitor and TUniQuery - final SQL without parameters
dbMonitor
Please add another tab next to the tabs "SQL, Parameters, Error, CallStack" e.g. "Final SQL" in which we would be able to see SQL query with real parameter values instead of parameter placeholders ":Param1, Param2,...".
Please show real value of MEMO fields (TEXT - PostgreSQL, BLOB SUBTYPE 1 - Firebird, etc.) in parameters tab instead something like <BLOB:xxx>.
For real BLOB types (BLOB SUBTYPE 0 or BINARY) you can leave <BLOB:xxx>
TUniquery
Please add some property (like FinalSQL) but with real parameter values instead of parameter placeholders ":Param1, :Param2,...", so we can see actual SQL when debugging from Delphi IDE. (Similar to idea: Export SQL from Query component with values of the parameters)
I've inherit TUniQuery and add propety KSQL and do it myself, but I think that you can do it better than I was.
Thanks,
Saša