usqlite
usqlite copied to clipboard
usqlite_Error: file is not a database
Good day
I get the following intermittent errors when running micropython (windows port, dev and standard variants) with the attached script.
usqlite_Error: database disk image is malformed usqlite_Error: file is not a database
Sometimes it runs through successfully, but fails most of the time.
Sometimes it fails with null reference exceptions in different parts of sqlite3.c, so might be a loose pointer or buffer overflow?
Regards