This content has been marked as final.
Show 1 reply
-
1. Re: Sql logs with "?" instead of actual values
wdfink Aug 21, 2014 8:11 AM (in response to sanjay_chaturvedi)It's the responsibility of the logging component to add this values.
Most cases the prepared statement is logged with ? but the values are added programatically.
If you use JBoss datasources in AS7 you might enable "spy=true" for the datasource configuration, this will show more information if the DS is used. You might see the SQL, values and results.
As you use teiid you might ask in that forum for specific teiid informations