This commit is contained in:
Yasuhiro Matsumoto
2017-01-19 00:40:55 +09:00
parent eff6379ba0
commit f3a14987e0

View File

@@ -35,8 +35,6 @@ type TraceInfo struct {
// filled when EventCode = TraceProfile = SQLITE_TRACE_PROFILE:
// estimated number of nanoseconds that the prepared statement took to run:
RunTimeNanosec int64
DBError Error
}
type TraceUserCallback func(TraceInfo) int