]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to the backup API: (1) if a negative number is passed as the second argument...
authordanielk1977 <danielk1977@noemail.net>
Fri, 6 Feb 2009 05:59:44 +0000 (05:59 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 6 Feb 2009 05:59:44 +0000 (05:59 +0000)
commit03ab03579639d7de7cc7c3689f1bad4e6da5d05d
treed8e0124868d30fdb012e00d9ed44f13a58c6a2cd
parentf4883888cab3754dbce712194f703db09f5345ef
Changes to the backup API: (1) if a negative number is passed as the second argument to backup_step(), this is interpreted as "copy all remaining pages" and (2) if backup_finish() is called after backup_step() fails with a BUSY or LOCKED error, then this error is also returned by backup_finish() (same handling as for other errors encountered by backup_step()). (CVS 6266)

FossilOrigin-Name: 9b8c8b18cf6b7d44d5fd64760537bc030097756b
manifest
manifest.uuid
src/backup.c
src/sqlite.h.in
test/backup.test