aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_libsqlite3.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* support SolarisYasuhiro Matsumoto2017-08-301-0/+1
| | | | See #459
* Disable LoadExtension when omit_load_extension is specifiedZbigniew Mandziejewicz2016-04-181-1/+2
|
* Disable LoadExtension when omit_load_extension is specifiedZbigniew Mandziejewicz2016-04-181-1/+1
|
* hack to use libsqlite3Yasuhiro Matsumoto2015-06-121-0/+13
$ go build -tags "libsqlite3 windows"