| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | David Bariod | 2016-04-02 | 1 | -0/+542 |
| | | | | | | | 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 | ||||
| * | hack to use libsqlite3 | Yasuhiro Matsumoto | 2015-06-12 | 1 | -487/+0 |
| | | | | | $ go build -tags "libsqlite3 windows" | ||||
| * | Rename sqlite3.{c,h} to sqlite3-binding.{c,h} | Stéphane Graber | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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> | ||||
| * | Revert d369cbb7d42232f785f51b3ef4c8b994dae83486 | mattn | 2014-12-31 | 1 | -32/+2 |
| | | | | | See https://github.com/golang/go/issues/9356 | ||||
| * | 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 |
