You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Insert 1000 rows (enough to generate ~15-20 pages)
for (int i = 0; i < 1000; ++i) {
rc = async::sqlite3_exec(pSrc, "INSERT INTO progress VALUES ('A long string to fill up database pages for backup testing...');", nullptr, nullptr, nullptr);