[Mono-dev] [PATCH] Mono.Data.SqliteClient ADO.NET 2.0 - new implementation

Patrick Earl mono at patearl.net
Wed Jan 31 13:56:37 EST 2007


I'm glad to see Mono supporting the provider from Robert Simpson.  It
seems to be of high quality and actively maintained.  I'm curious
whether the encryption support in the provider will be made
cross-platform if committed to mono.  I would personally find such
support beneficial.

          Patrick

On 1/31/07, Marek Habersack <grendello at gmail.com> wrote:
> Hello,
>
>   Attached is a new ADO.NET 2.0 provider for Sqlite3, adapted from
> http://sqlite-dotnet2.sourceforge.net/. Initially I thought the changes would
> be few, but then it turned out a more extensive adaptation was in order. I have
> tested the new stuff with f-spot which works nearly ok, except for an issue
> which turned out to be a bug in f-spot code (src/TagStore.cs:312 calls
> command.Dispose() and then goes on to reuse the command, which causes a problem
> since command.Connection is cleared by command.Dispose()).
>   Please apply the patch to a copy of mono svn head and test on whatever
> application you have that uses Sqlite. A point to note - the new implementation
> does NOT support sqlite database format version 2! If your database is in that
> format, you need to convert it to format 3 (dump with sqlite 2.x and undump
> with sqlite3) prior to testing the code. Please let me know about any and all
> problems/issues you encouter while testing.
>
> thanks in advance for your time,
>
> marek
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>



More information about the Mono-devel-list mailing list