| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update amalgamation code (#955)•••* Update amalgamation code
* Apply realPy's patch | mattn | 2021-07-15 | 1 | -0/+4 |
| * | Update amalgamation code (#896) | mattn | 2020-12-26 | 1 | -0/+4 |
| * | upgrade amalgamation code (#821) | mattn | 2020-06-06 | 1 | -0/+9 |
| * | upgrade amalgamation code (#777) | mattn | 2020-01-28 | 1 | -2/+14 |
| * | upgrade amalgamation code | Yasuhiro Matsumoto | 2019-11-18 | 1 | -0/+4 |
| * | upgrade amalgamation code | Yasuhiro Matsumoto | 2019-04-24 | 1 | -0/+6 |
| * | upgrade amalgamation code | Yasuhiro Matsumoto | 2018-12-18 | 1 | -0/+5 |
| * | Upgrade to SQLite 3.25.0•••Fixes #634, #635
| Yasuhiro Matsumoto | 2018-09-18 | 1 | -0/+8 |
| * | bump sqlite3 3.24.0 and add TestUpsert. | Yoann Cerda | 2018-06-12 | 1 | -0/+30 |
| * | bump sqlite 3.23.0•••closes #545
| Yasuhiro Matsumoto | 2018-04-04 | 1 | -2/+2 |
| * | bump sqlite 3.22.0•••closes #526
| Yasuhiro Matsumoto | 2018-02-07 | 1 | -0/+7 |
| * | upgrade SQLite3 amalgamation code | Yasuhiro Matsumoto | 2017-11-18 | 1 | -6/+24 |
| * | fix header file | Yasuhiro Matsumoto | 2017-11-17 | 1 | -2/+2 |
| * | upgrade amalgamation code | Yasuhiro Matsumoto | 2016-11-11 | 1 | -4/+4 |
| * | actually link to <sqlite3.h> when -tags libsqlite3•••Building with -tags libsqlite3 used the sqlite3.h from the system but the go
compiler will compile all *.{c,h} files in the same direcory:
"When the Go tool sees that one or more Go files use the special import
"C", it will look for other non-Go files in the directory and compile
them as part of the Go package. Any .c, .s, or .S files will be compiled
with the C compiler." (https://golang.org/cmd/cgo/)
So if users actually want to link against the system sqlite3 we should make
sqlite3-binding.* a noop.
Signed-off-by: Christian Brauner <christian.brauner@canonical.com>
| Christian Brauner | 2016-10-28 | 1 | -3/+8 |
| * | update amalgamation code | Yasuhiro Matsumoto | 2016-08-11 | 1 | -9/+23 |
| * | upgrade sqlite amalgamation to 3.12.2 | Steffen | 2016-05-14 | 1 | -3/+7 |
| * | Move sqlite3 amalgation files a directory up.•••The purpose is to ease the use of vendoring files like godep.
The C sqlite3 files have been added a go compilation conditional flag
Fix #293
| David Bariod | 2016-04-02 | 1 | -0/+542 |
| * | hack to use libsqlite3••• $ go build -tags "libsqlite3 windows"
| Yasuhiro Matsumoto | 2015-06-12 | 1 | -487/+0 |
| * | Rename sqlite3.{c,h} to sqlite3-binding.{c,h}•••This fixes the problem where when building with gccgo, sqlite3.c is
overwritten, leading to a build failure.
An alternative would have been to move sqlite3*.{c,h} to a subdirectory,
but that seems to confuse the linker a fair bit and would just swap one
implementation-dependent issue for another.
Closes #20
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
| Stéphane Graber | 2015-03-11 | 1 | -1/+1 |
| * | Revert d369cbb7d42232f785f51b3ef4c8b994dae83486•••See https://github.com/golang/go/issues/9356
| mattn | 2014-12-31 | 1 | -32/+2 |
| * | Update SQLite amalgamation to 3.8.7.4. | Neil Conway | 2014-12-11 | 1 | -2/+32 |
| * | Upgrade amalgramation code | mattn | 2013-08-13 | 1 | -2/+42 |
| * | Modified for windows support. | Carlos Castillo | 2012-10-27 | 1 | -0/+447 |