This commit is contained in:
Yasuhiro Matsumoto 2017-01-19 00:40:55 +09:00
parent eff6379ba0
commit f3a14987e0
1 changed files with 0 additions and 2 deletions

View File

@ -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