Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove most files from _example/ | EuAndreh | 2024-08-14 | 4 | -1344/+0 |
| | |||||
* | report actual error message if sqlite3_load_extension fails (#800) | rittneje | 2020-04-16 | 2 | -7/+12 |
| | | | | | | | * report actual error message if sqlite3_load_extension fails * more fixes and test cases Co-authored-by: Jesse Rittner <jrittner@lutron.com> | ||||
* | golint | Yasuhiro Matsumoto | 2017-03-05 | 1 | -4/+5 |
| | |||||
* | 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> | ||||
* | Add example that query github repositories | mattn | 2014-01-23 | 4 | -0/+1338 |