ebean icon indicating copy to clipboard operation
ebean copied to clipboard

Slow SQL do not log native SQL

Open spinachomes opened this issue 1 year ago • 0 comments

Expected behavior

log slow sql with native sql

Actual behavior

no slow sql log when use native sql

Steps to reproduce

 DB.getDefault().findDto(xx.class,sql)
  // some logging output

spinachomes avatar Jul 10 '24 08:07 spinachomes