Busy adding remaining and pagecount

This commit is contained in:
Maas-Maarten Zeeman
2022-01-08 17:04:47 +01:00
parent a809775841
commit 3c65723a0f
3 changed files with 71 additions and 6 deletions

View File

@@ -445,6 +445,8 @@ backup_test() ->
{ok, Source} = esqlite3:open("test2.sql"),
{ok, Backup} = esqlite3:backup_init(Dest, "main", Source, "main"),
{ok, 0} = esqlite3:backup_remaining(Backup),
{ok, 0} = esqlite3:backup_pagecount(Backup),
ok.