aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_trace.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fmt update•••Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.Gert-Jan Timmer2018-05-271-0/+1
* Renamed build option `trace`Gert-Jan Timmer2018-05-241-1/+1
* fix type of event code•••fixes #520 Yasuhiro Matsumoto2018-01-291-10/+12
* Move RegisterAggregator implementation•••The SQLiteConn.RegisterAggregator implementation was defined in sqlite3_trace.go file, which is guarded with a build constraint. This change simply moves RegisterAggregator to the main sqlite3.go file, and moves accompanying unit tests. The rationale for this move is that it was not possible for downstream using packages to use RegisterAggregator without also specifying (and notifying the user) the 'trace' build tag. Kenneth Shaw2017-11-051-129/+0
* renameYasuhiro Matsumoto2017-03-051-0/+414