Hello,

I having been using the following method to repair corrupt databases using sqlite3.exe:
Simply call: sqlite3 mydata.db ".dump" | sqlite3 new.db

(source: https://stackoverflow.com/questions/18259692/how-to-recover-a-corrupt-sqlite3-database)

I have been using an old version of sqlite3.exe (sqlite-shell-win32-x86-3080403), and it has worked without problem.

Now I updated to the latest version (3.23.1), and using the above method results in a 0 KB file.

Is this a bug? Has the syntax changed?

I'm on Windows 7 x64

Thanks
Rael Bauer
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to