aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_trace.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-288/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
|
* chore: remove debug code (#788)Manfred Touron2020-02-271-2/+0
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* Fix memory leak in ExpandedSQL (#738)Gert-Jan Timmer2019-08-221-0/+1
| | | Fixes: #733
* fmt updateGert-Jan Timmer2018-05-271-0/+1
| | | | | | 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.
* Renamed build option `trace`Gert-Jan Timmer2018-05-241-1/+1
|
* fix type of event codeYasuhiro Matsumoto2018-01-291-10/+12
| | | | fixes #520
* Move RegisterAggregator implementationKenneth Shaw2017-11-051-129/+0
| | | | | | | | | | | 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.
* renameYasuhiro Matsumoto2017-03-051-0/+414