mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1857 Add bind values capture for SlowQueryEvent / SlowQueryListener
- changes SqlQueryEvent into an interface. - captures the bind values the slow query used and makes those available via SlowQueryEvent - also makes the query label and profileLocation available via SlowQueryEvent
This commit is contained in:
@@ -4,6 +4,7 @@ ebean.ddl.initSql=init-db.sql
|
||||
ebean.dumpMetricsOnShutdown=true
|
||||
ebean.dumpMetricsOptions=sql,hash,loc
|
||||
ebean.includeLabelInSql=true
|
||||
ebean.slowQueryMillis=1
|
||||
|
||||
datasource.default=h2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user