aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_go18.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-54/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-2/+2
|
* Replace namedValue with driver.NamedValue to avoid copying exec/query args ↵Charlie Vieth2023-02-111-20/+4
| | | | (#1128)
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* Updated Ping to return ErrBadConnMichaelS112019-06-191-2/+2
| | | | | | Added TestOpenContext Added TestFileCopyTruncate Added ping to doTestOpen
* fmt updateGert-Jan Timmer2018-05-271-2/+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.
* Add static_mock.go to allow building with CGO_ENABLED=0James C Kimble2018-01-311-0/+2
|
* temporary fix BeginTxYasuhiro Matsumoto2016-12-151-1/+1
|
* fix #362Yasuhiro Matsumoto2016-12-151-2/+2
|
* go vet && golintYasuhiro Matsumoto2016-11-061-1/+6
|
* go vet && golintYasuhiro Matsumoto2016-11-051-0/+6
|
* add BeginContextYasuhiro Matsumoto2016-11-041-0/+4
|
* add PrepareContextYasuhiro Matsumoto2016-11-041-0/+4
|
* build tagYasuhiro Matsumoto2016-11-041-0/+2
|
* support named paramsYasuhiro Matsumoto2016-11-041-0/+16
|
* context featuresYasuhiro Matsumoto2016-11-041-0/+32