I can't get WAL checkpoints to work, automatically or forced. The WAL file seems to grow forever until the database is shutdown. I have tried:
sqlite3_wal_checkpoint()
and
PRAGMA wal_checkpoint (with all different options)
My 84MB data file is now paired with a 538MB WAL file.
Any ideas why this would happen?
Thanks
dw
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

