I’m getting a little annoyed that the update statements don’t show in the console in my nhibernate application when I commit my transactions.
I’m using show_sql = true in the config file. As far as I can tell all the select statements are showing. Updates also show when I’m not using transactions.
Has anyone had this happen to them before? How can I fix it?
Thanks!
The answer is here NHibernate not showing Update queries with ShowSql enabled
Just use this config: