[Mono-devel-list] Ugly SqlDataAdapter behaviour
Rafael Teixeira
monoman at gmail.com
Thu Oct 28 12:58:48 EDT 2004
Please attach to the bug report.
Many thanks,
On Thu, 28 Oct 2004 18:47:17 +0200, Aleksandar Dezelin
<dezelin32 at fastmail.fm> wrote:
> S Umadevi wrote:
>
> >Hello
> >
> >I will look at this bug.. I will either point you out to a file which
> >needs to be fixed or provide a fix.
> >Will get back in a day.
> >
> >Regards
> >uma
> >
> >
> I've found what happens:
>
> Tds.cs: 494 - method GetColumnValue
>
> It's:
> case TdsColumnType.UniqueIdentifier :
> if (comm.Peek () != 16) // If it's null, then what to do?
> break;
>
> It should be:
> case TdsColumnType.UniqueIdentifier :
> if (comm.Peek () != 16) { // If it's null, then what to do?
> element = DBNull.Value;
> break;
> }
>
> Where should I post this bug fix?
>
>
>
> Regards,
> Aleksandar Dezelin
>
> --
> Linux is like wigwam - no windows, no gates and apache inside. ...
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
--
Rafael "Monoman" Teixeira
---------------------------------------
Just the 'crazy' me in a sane world, or would it be the reverse? I dunno...
More information about the Mono-devel-list
mailing list