fixes #372
This commit is contained in:
parent
eff6379ba0
commit
f3a14987e0
|
@ -35,8 +35,6 @@ type TraceInfo struct {
|
||||||
// filled when EventCode = TraceProfile = SQLITE_TRACE_PROFILE:
|
// filled when EventCode = TraceProfile = SQLITE_TRACE_PROFILE:
|
||||||
// estimated number of nanoseconds that the prepared statement took to run:
|
// estimated number of nanoseconds that the prepared statement took to run:
|
||||||
RunTimeNanosec int64
|
RunTimeNanosec int64
|
||||||
|
|
||||||
DBError Error
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type TraceUserCallback func(TraceInfo) int
|
type TraceUserCallback func(TraceInfo) int
|
||||||
|
|
Loading…
Reference in New Issue