scalikejdbc-async icon indicating copy to clipboard operation
scalikejdbc-async copied to clipboard

AsyncDBSession.queryLogging does not log query duration

Open ThijsBroersen opened this issue 4 years ago • 0 comments

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.

ThijsBroersen avatar Jun 30 '20 23:06 ThijsBroersen