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
AsyncDBSession does queryLogging upfront and does not include query duration like StatementExecutor does. It looks like a wrong implementation. Or is there a specific reason to it? queryLogging does use loggingSQLAndTime.enabled to determine if it needs to log but does not log time/duration.
The text was updated successfully, but these errors were encountered:
AsyncDBSession
doesqueryLogging
upfront and does not include query duration likeStatementExecutor
does. It looks like a wrong implementation. Or is there a specific reason to it?queryLogging
does useloggingSQLAndTime.enabled
to determine if it needs to log but does not log time/duration.The text was updated successfully, but these errors were encountered: