Re: [Mono-dev] patch for dataset binary deserialization bugs

2008-09-21 Thread brandin claar
On Sun, Sep 21, 2008 at 2:43 PM, Miguel de Icaza <[EMAIL PROTECTED]> wrote: > Hello, > > > I found 2 bugs while trying to deserialize binary datasets > > from .NET: > > > > 1. A column with a DefaultValue set to anything other than DBNull > > would throw an exception. > > > > 2. A table with zer

Re: [Mono-dev] patch for dataset binary deserialization bugs

2008-09-21 Thread Miguel de Icaza
Hello, > I found 2 bugs while trying to deserialize binary datasets > from .NET: > > 1. A column with a DefaultValue set to anything other than DBNull > would throw an exception. > > 2. A table with zero rows would throw an exception. > > I have attached the patch I used to solve these issu