Parsed SQL with Replaced Params and Macros
Posted: Tue 28 Aug 2012 08:15
Hy, im looking for how to get the fully Parsed - FinalSQL with replaced Params.
FinalSql still has the non-Replaced Params.
I want to get it like this:
FinalSql still has the non-Replaced Params.
Code: Select all
SELECT * FROM table WHERE x=:param.
:param='X';
Code: Select all
SELECT * FROM table WHERE x='X';