Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build with "go tool" and hackishly bundle code from same package into one ↵ | EuAndreh | 2024-08-12 | 1 | -288/+0 |
| | | | | file each | ||||
* | go fmt ./... | Yasuhiro Matsumoto | 2024-01-25 | 1 | -0/+1 |
| | |||||
* | change angle bracket import to quotes (#868) | Hanzhen Yi | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | chore: remove debug code (#788) | Manfred Touron | 2020-02-27 | 1 | -2/+0 |
| | |||||
* | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Fix memory leak in ExpandedSQL (#738) | Gert-Jan Timmer | 2019-08-22 | 1 | -0/+1 |
| | | | Fixes: #733 | ||||
* | fmt update | Gert-Jan Timmer | 2018-05-27 | 1 | -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 Timmer | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | fix type of event code | Yasuhiro Matsumoto | 2018-01-29 | 1 | -10/+12 |
| | | | | fixes #520 | ||||
* | Move RegisterAggregator implementation | Kenneth Shaw | 2017-11-05 | 1 | -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. | ||||
* | rename | Yasuhiro Matsumoto | 2017-03-05 | 1 | -0/+414 |