System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 08f3d3daf2f6e8d64f35afe142a850e6b4d822f1
Title: Version of SQLite in ADO.NET adapter does not work with WAL
Status: Closed Type: Feature_Request
Severity: Important Priority: Immediate
Subsystem: Build_Automation Resolution: Fixed
Last Modified: 2011-07-07 04:37:03
Version Found In: sqlite-dotnet-x86-1007300.exe
Description:
When I try to open a SQLite database that uses a WAL database to protect against crashes, I get 
"File opened that is not a database file
file is encrypted or is not a database"
By searching online this appears to be related to older versions of SQLite. Is there a timeline for using the latest version of SQLite for the ADO.NET connector?
I am a complete SQLite newbie, and the above reason is just speculation on searching the internet. Please forgive if I am incorrect. 
thanks
Sougato

<hr /><i>mistachkin added on 2011-07-05 02:20:30 UTC:</i><br />
This seems to be related to [448d663d11].


<hr /><i>mistachkin added on 2011-07-05 06:23:39 UTC:</i><br />
Release 1.0.74.0 uses SQLite 3.7.7.1, which supports WAL.