Joined: Tue Mar 07, 2006 5:51 am Posts: 11 Location: India
|
Hello:
I am using Hibernate 3.1 with MySql 4.0.13. I have given show_sql=true in my hibernate.cfg.xml file but I am not able to view the values for the insert statements. (i.e i am only seeing the question marks (?) after the values clause in the insert statements ). Is there a way to tell Hibernate to log insert statement with actual values that will be executed against the db instead of logging the prepared stmt query ?
thanks and regards,
-- Kannan.
|
|