| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133 | mattn | 2014-11-14 | 1 | -1/+1 |
| * | set/reset finalizer to free SQLite3 handles | mattn | 2014-11-14 | 1 | -7/+16 |
| * | Add one blank line for godoc | mattn | 2014-08-18 | 1 | -0/+1 |
| * | Add license header | mattn | 2014-08-18 | 1 | -0/+4 |
| * | Use code | mattn | 2014-08-18 | 1 | -1/+1 |
| * | Changed interface for backup step | Shuhao Wu | 2014-07-11 | 1 | -13/+10 |
| * | Added an IsDone method for backup | Shuhao Wu | 2014-07-10 | 1 | -0/+9 |
| * | Don't return error when succeeded | mattn | 2014-05-27 | 1 | -2/+10 |
| * | Add backup. Close #104 | mattn | 2014-01-30 | 1 | -0/+42 |
