Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename | Yasuhiro Matsumoto | 2017-03-05 | 1 | -414/+0 |
| | |||||
* | fix test | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+1 |
| | |||||
* | fix test | Yasuhiro Matsumoto | 2017-01-19 | 1 | -1/+0 |
| | |||||
* | fix build | Yasuhiro Matsumoto | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | fix build | Yasuhiro Matsumoto | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | fix trace callback. | Yasuhiro Matsumoto | 2016-11-08 | 1 | -6/+6 |
| | | | | Close #352 | ||||
* | wrapper is not needress when not use libsqlite3 | Yasuhiro Matsumoto | 2016-09-08 | 1 | -7/+1 |
| | |||||
* | fix build | Yasuhiro Matsumoto | 2016-09-08 | 1 | -0/+187 |
| | |||||
* | fix build | Yasuhiro Matsumoto | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Remove obsolete comment | A.N | 2016-09-07 | 1 | -4/+0 |
| | | | | The implementation which caused it was abandoned before first commit. | ||||
* | TraceInfo: fix RunTimeNanosec retrieval, add AutoCommit | A.N | 2016-09-07 | 1 | -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.N | 2016-09-07 | 1 | -0/+227 |