[Mono-devel-list] [PATCH] bug in System.Data.Common.DbDataAtapter.Fill(DataTable table, IDbCommand commnad, CommandBehvior behvior).

Eran Domb erand at mainsoft.com
Mon Sep 29 03:10:00 EDT 2003


Hello,
I found a bug in System System.Data.Common.DbDataAtapter.Fill(DataTable
table, IDbCommand commnad, CommandBehvior behvior).
 
Steps to reproduce the problem:
1.	Create SqlDataAdapter.
2.	Create new DataTable.
3.	Try to fill the table from the adapter.
 
Actual Result:
An exception is thrown.
 
Expected Result:
The table should be filled.
 
Enclosed is a small test and a patch.
 
Thanks
Eran Domb
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030929/9284f888/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DbDataAdapter.cs.diff
Type: application/octet-stream
Size: 817 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030929/9284f888/attachment.obj 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Class1.cs
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030929/9284f888/attachment.pl 


More information about the Mono-devel-list mailing list