aboutsummaryrefslogtreecommitdiff
path: root/tracecallback.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renameYasuhiro Matsumoto2017-03-051-414/+0
|
* fix testYasuhiro Matsumoto2017-03-051-1/+1
|
* fix testYasuhiro Matsumoto2017-01-191-1/+0
|
* fix buildYasuhiro Matsumoto2016-11-081-1/+1
|
* fix buildYasuhiro Matsumoto2016-11-081-1/+1
|
* fix trace callback.Yasuhiro Matsumoto2016-11-081-6/+6
| | | | Close #352
* wrapper is not needress when not use libsqlite3Yasuhiro Matsumoto2016-09-081-7/+1
|
* fix buildYasuhiro Matsumoto2016-09-081-0/+187
|
* fix buildYasuhiro Matsumoto2016-09-081-1/+1
|
* Remove obsolete commentA.N2016-09-071-4/+0
| | | | The implementation which caused it was abandoned before first commit.
* TraceInfo: fix RunTimeNanosec retrieval, add AutoCommitA.N2016-09-071-3/+14
| | | | | | Also change type of EventCode to uint32 so adding AutoCommit is "free" = does not enlarge the TraceInfo struct. 32 bits are more than enough, since only 4 (four) are used now.
* Provide access to sqlite3_trace_v2().A.N2016-09-071-0/+227