SQL statement string
Is there a way to view the SQL values string used in an qx::dao::insert(...) or qx::dao::fetch_by_query(...), or qx::dao::insert(...) ?
There is some standard output which shows the SQL statement, but not the actual values. I am looking for the complete SQL.
There is some standard output which shows the SQL statement, but not the actual values. I am looking for the complete SQL.
- Code: Select all
[QxOrm] sql query (11 ms) : INSERT INTO ExpTable (intVec, dtVec, uDev, updateTime, tradeTime, orderSide) VALUES (:intVec, :dtVec, :uDev, :updateTime, :tradeTime, :orderSide)