You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands executed with DoExecuteBatch are not showing on MiniProfiler.
I did a small test and, despite not showing on the query list, it seems that Factory.Settings.SqlStatementLogger.LogBatchCommand is being called correctly.
The text was updated successfully, but these errors were encountered:
Everything logged shows normally on NHibernate Profiler, including testing logs as Factory.Settings.SqlStatementLogger.LogBatchCommand("some test string").
Maybe the problem is in the MiniProfiler itself and not on the driver? Dunno...
Commands executed with
DoExecuteBatch
are not showing on MiniProfiler.I did a small test and, despite not showing on the query list, it seems that
Factory.Settings.SqlStatementLogger.LogBatchCommand
is being called correctly.The text was updated successfully, but these errors were encountered: