fixes #372
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user