Re: [Mono-devel-list] [PATCH] Fix neutral sorting in DataView

2005-07-21 Thread Marc Haisenko
On Thursday 21 July 2005 10:26, Marc Haisenko wrote: On Wednesday 20 July 2005 18:57, Miguel de Icaza wrote: Hello, And it would be really gentle if you'll supply a test case for your fix. NUnit tests cases are best as we can integrate those into the regular builds to avoid having

[Mono-devel-list] [PATCH] Fix neutral sorting in DataView

2005-07-20 Thread Marc Haisenko
fixes this. C'ya, Marc PS: Please don't forget my Fix parsing of sort strings in DataTable patch from Monday ;-) -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] Index: class/System.Data/System.Data/DataView.cs

Re: [Mono-devel-list] [PATCH] Fix neutral sorting in DataView

2005-07-20 Thread Marc Haisenko
is why I've included one with my patch for the ListChanged event in DataView, but, ya know... I'm lazy ;-) Boris C'ya, -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] ___ Mono-devel-list mailing list Mono-devel-list

[Mono-devel-list] [PATCH] Fix parsing of sort strings in DataTable

2005-07-18 Thread Marc Haisenko
of DataTable.ParseSortString. It also allows (also valid) strings like [string2]] ASC (yes, I've tested against MS .NET to make sure something like that is valid). C'ya, Marc -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] Index: class/System.Data/System.Data/DataTable.cs

[Mono-devel-list] Repost 3: [PATCH] Fix NullReferenceException in DataView.cs

2005-07-14 Thread Marc Haisenko
it ? :-) Or at least this time tell me what's wrong with that patch and what design issue to address to fix it once and for all. Thnx a lot, Marc Haisenko -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] Index: DataView.cs

[Mono-devel-list] DataView, its very weird history and its future

2005-07-14 Thread Marc Haisenko
Enomoto) ? E.g., do I need to bother fixing the bug in implementation B or not ;-) C'ya, Marc -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-devel-list] DataView, its very weird history and its future

2005-07-14 Thread Marc Haisenko
to the state before your changes, including all changes (if any) that happened after Konstantins accident in May ? C'ya, Marc -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] ___ Mono-devel-list mailing list

[Mono-devel-list] [PATCH] Fix null reference exceptions in System.Data.DataView

2005-07-06 Thread Marc Haisenko
on 11.11.2004, it seems like it never got included... C'ya, Marc -- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: [EMAIL PROTECTED] Index: DataView.cs === --- DataView.cs (revision 46985) +++ DataView.cs (working