0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-04 01:10:35 +00:00

15 Commits

Author SHA1 Message Date
f08fefa53a fix/306
* ppc
* ppc64
* ppc64le
2018-06-28 11:44:40 +02:00
dfef8b7b8d Moved solaris flag from _other.go => _solaris.go 2018-06-13 10:33:23 +02:00
420bfbcac8 fmt update
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.
2018-05-27 00:05:45 +02:00
ee720241fc support Solaris
See 
2017-08-30 13:19:01 +09:00
542ae647f8 remove -lpthread. related issue 2015-04-28 08:58:25 +09:00
308067797b Apply -lpthread withou windows. 2015-03-12 18:43:55 +09:00
00716954b7 Specify by -D 2014-10-22 13:31:54 +09:00
5e5d088a36 Add license header 2014-08-18 16:56:31 +09:00
f85c1dc044 Enable Sqlite R*Tree Module 2013-12-22 23:42:40 +01:00
8b2ef7351f Remove -v 2013-09-02 09:44:13 +09:00
e6e7dc1202 CFLAGS 2013-08-30 22:43:00 +09:00
8897c6d5ef unbreak build on non-linux 2013-08-28 22:06:36 -04:00
691a8a9de3 Use sqlite3.c in all platforms 2013-08-28 14:46:33 +09:00
ff8e6729ce Start work on introducing machine-readable error codes.
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".
2013-08-13 21:45:05 +09:00
58cfe6309d Modified for windows support. 2012-10-27 19:58:40 -07:00