Hi,
I am testing the latest version of SQLite (3.7.0.1) and specifically the PRAGMA JOURNAL_MODE=WAL feature. When using ADO.NET if I set this pragma in the database, my app gives the error: "File opened that is not a database file, file is encrypted or is not a database". I assume this is because ADO.NET 1.0.66.0 does not support this new feature. If this is the case, I was wondering if there are any plans to release a new ADO.NET which will support WAL?
Cheers,
Ados