[Mono-devel-list] [PATCH] API compatibility fixes for System.Data

Gert Driesen gert.driesen at pandora.be
Tue Jun 1 03:17:55 EDT 2004


----- Original Message -----
From: "Atsushi Eno" <atsushi at ximian.com>
To: "Gert Driesen" <gert.driesen at pandora.be>
Cc: <sumadevi at novell.com>; <mono-devel-list at lists.ximian.com>
Sent: Tuesday, June 01, 2004 9:05 AM
Subject: Re: [Mono-devel-list] [PATCH] API compatibility fixes for
System.Data


> Hello Gert,
>
> > I've attached a patch that fixes all API mismatches between the Mono and
MS System.Data assembly.  This one fixes more issues (only discovered after
fixing a minor issue in the mono-api-diff tool) than the patch I posted
before.
> >
> > Can you review and commit this patch (or allow me to do so) ?
>
> One thing:
>
> > +namespace System.Data
> > +{
> > + internal class DataTableTypeConverter : ReferenceConverter
>
> I don't think we have to add MS's "internal" class to our libs.

Its used as a TypeConverter for DataTable, so I think it should be added, no
?

Gert




More information about the Mono-devel-list mailing list