[Mono-devel-list] Mono.Data.SqliteClient status

Chris Turchin chris at turchin.net
Thu Apr 14 09:02:54 EDT 2005


hi,

there is also another project doing an ado.net provider for 3.x version of
sqlite at sf.net:

project: http://sourceforge.net/projects/adodotnetsqlite
article: http://www.eggheadcafe.com/articles/20040714.asp

it is using the bsd license. i wanted to try using it - i got it to compile with
mono - but have not tested it (with success) yet, it has some capitalization
issues w.r.t. class names, etc which make it not possible to just drop in and
switch the namespaces. and i was too lazy to change my code to make it work, but
looks interesting as well...

regards,
--chris

On Thu, 14 Apr 2005, Miquel Ramírez wrote:

> Hi,
>
> I am developing an application under mono-1.1.5 that relies heavily on
> Sqlite and I am finding several unexpected problems. For instance,
> ADO.Net parameters are not supported at all, although a patch
> implementing that was submitted several months ago:
>
> http://lists.ximian.com/archives/public/mono-devel-list/2004-June/006314.html
>
> I have just checked out the class libraries out of svn and the code is
> exactly the same... and the question that comes up to my mind is
> whether Mono.Data.SqliteClient is currently being actively maintained.
> However, that code features several bugs - specially in the parameter
> replacement.
>
> I also found a trivial - and pretty puzzling "Hey, why the heck it is
> not rolling back changes!!!" :D - bug in SqliteTransaction.cs, as the
> accompanying diff I hope shows.
>
> Finally, I am having other weird problems, never seen before that I am
> not being able at all to replicate - DML statements affecting too much
> rows and less columns as any sane person would expect... however I am
> unsure this is not entirely my fault. This is putting me in a frame of
> mind that I suspect even of my speaker's  shadow  on the table :S
>
> Miguel.
>



More information about the Mono-devel-list mailing list