Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename sqlite3.{c,h} to sqlite3-binding.{c,h} | Stéphane Graber | 2015-03-11 | 1 | -147782/+0 |
| | | | | | | | | | | | | | 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-19 | 1 | -8435/+4511 |
| | | | | See https://github.com/golang/go/issues/9356 | ||||
* | Update SQLite amalgamation to 3.8.7.4. | Neil Conway | 2014-12-11 | 1 | -4511/+8435 |
| | |||||
* | Upgrade amalgamation code | mattn | 2014-07-11 | 1 | -1906/+3301 |
| | |||||
* | Update sqlite to 3.8.4.1. | John K. Luebs | 2014-03-14 | 1 | -11145/+16287 |
| | | | | | Updating to 3.8.4.1 fixes some minor performance problems and also gains support for CTEs (common table expressions). | ||||
* | Use sqlite3.c in all platforms | mattn | 2013-08-28 | 1 | -0/+141245 |
| | |||||
* | Rename, build c file only for windows | mattn | 2013-08-13 | 1 | -141245/+0 |
| | |||||
* | Upgrade amalgramation code | mattn | 2013-08-13 | 1 | -0/+141245 |