aboutsummaryrefslogtreecommitdiff
path: root/backup.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Graber2015-03-111-1/+1
* Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133mattn2014-11-141-1/+1
* set/reset finalizer to free SQLite3 handlesmattn2014-11-141-7/+16
* Add one blank line for godocmattn2014-08-181-0/+1
* Add license headermattn2014-08-181-0/+4
* Use codemattn2014-08-181-1/+1
* Changed interface for backup stepShuhao Wu2014-07-111-13/+10
* Added an IsDone method for backupShuhao Wu2014-07-101-0/+9
* Don't return error when succeededmattn2014-05-271-2/+10
* Add backup. Close #104mattn2014-01-301-0/+42