aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename sqlite3.{c,h} to sqlite3-binding.{c,h}Stéphane Graber2015-03-111-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 d369cbb7d42232f785f51b3ef4c8b994dae83486mattn2014-12-191-8435/+4511
| | | | See https://github.com/golang/go/issues/9356
* Update SQLite amalgamation to 3.8.7.4.Neil Conway2014-12-111-4511/+8435
|
* Upgrade amalgamation codemattn2014-07-111-1906/+3301
|
* Update sqlite to 3.8.4.1.John K. Luebs2014-03-141-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 platformsmattn2013-08-281-0/+141245
|
* Rename, build c file only for windowsmattn2013-08-131-141245/+0
|
* Upgrade amalgramation codemattn2013-08-131-0/+141245