I’m implementing a sqlite backup async in a web app.
It’s showing percentages that are greater than 100%. Obviously something is wrong.
Has anyone else seen that and if so, can you explain how to get around it?
How much over 100%?
Maybe new rows are added whole backup runs?
I’m testing locally so there is no other activity.
it’s a very big database, 2.71gb. What’s odd is that the back file is now only 116mb but it’s reporting 444% and still going (slowly).
I’m guessing that the xojo example is wrong. It shows multiplying by 100 to get percent and probably the progress event is giving 0-100 without needing x 100