mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1183 - Support transaction profiling, move away from binary encoding
This commit is contained in:
@@ -173,7 +173,7 @@ public class CQuery<T> implements DbReadContext, CancelableQuery, SpiProfileTran
|
||||
|
||||
private final Boolean readOnly;
|
||||
|
||||
private int profileOffset;
|
||||
private long profileOffset;
|
||||
private long startNano;
|
||||
|
||||
private long executionTimeMicros;
|
||||
|
||||
Reference in New Issue
Block a user