[Mono-devel-list] [PATCH] changes in System.Data
Eran Domb
erand at mainsoft.com
Wed Nov 5 03:52:53 EST 2003
Hello,
I have checked in ADO.NET and the behavior there is the same. When
sending a DataViewRowState.None to the Select method they also return an
empty array. So I think this is the correct behavior and not a bug, and
the patch does not fix it.
The problem is in DataView. It initialize RowStateFilter to None instead
of CurrenRow. I fixed it and committed the change to CVS.
I also added a comment in BugZilla.
Thanks
Eran Domb
-----Original Message-----
From: Mohammad DAMT [mailto:md at mt.web.id]
Sent: Wednesday, November 05, 2003 9:13 AM
To: Eran Domb
Cc: 'MONO'
Subject: Re: [Mono-devel-list] [PATCH] changes in System.Data
On Sel, 2003-11-04 at 17:57, Eran Domb wrote:
> Hi,
>
> I have made some changes in System.Data.
>
DataTable.Select () matchs a filter and
a state of the row. However if the the state is DataViewRowState is
None,
the row is not added.
filed in http://bugzilla.ximian.com/show_bug.cgi?id=50582 and supplied a
patch which skips the state test if DataViewRowState is None
More information about the Mono-devel-list
mailing list