aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-18/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* fix/306Gert-Jan Timmer2018-06-281-0/+3
| | | | | * ppc * ppc64 * ppc64le
* Moved solaris flag from _other.go => _solaris.goGert-Jan Timmer2018-06-131-1/+0
|
* 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
* remove -lpthread. related issue #201Yasuhiro Matsumoto2015-04-281-1/+0
|
* Apply -lpthread withou windows.Yasuhiro Matsumoto2015-03-121-1/+1
|
* Specify by -Dmattn2014-10-221-1/+1
|
* Add license headermattn2014-08-181-0/+4
|
* Enable Sqlite R*Tree ModuleFabian Wickborn2013-12-221-0/+1
|
* Remove -vmattn2013-09-021-1/+0
|
* CFLAGSmattn2013-08-301-0/+1
|
* unbreak build on non-linuxDavid Hill2013-08-281-1/+2
|
* Use sqlite3.c in all platformsmattn2013-08-281-1/+1
|
* Start work on introducing machine-readable error codes.Jochen Voss2013-08-131-1/+1
| | | | | | This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go".
* Modified for windows support.Carlos Castillo2012-10-271-0/+8