On 15 Feb 2011, at 8:31pm, Matthew Adams wrote:

> I'm a bit confused with the current level of support for Sqlite on
> .NET.  I've seen both http://sqlite.phxsoftware.com and
> http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki,
> explaining that the codebase is under transition.

'Under transition' is a good thing.  It means that the project is still 
actively being worked on rather than having been abandoned.  You have a stable 
version you can use, and the project team are working on a newer one.

> If I'm using Sqlite 3.7.5, can I use the last release of the .NET
> provider from http://sqlite.phxsoftware.com, which is
> http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0
> ?

The release notes for that version say which version of SQLite it supports.  If 
you use that version of SQLite for ADO.NET 2.0 then that's the version of 
SQLite you will be using.

> When is official support for .NET 4.0 expected?

'official' from the SQLite team ?  Never.  SQLite's official support is for two 
sets of source code written in C.  No other forms of support are provided, not 
for any specific platform or variation on C (e.g. C++, Objective-C, C#).  A 
great deal of work goes into making sure that the C source code compiles 
acceptably with a /lot/ of different C compilers on a lot of different 
platforms so that other teams can easily build it into their own projects, 
either prepare libraries from it.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to