[Mono-bugs] [Bug 63873][Nor] Changed - SqlCommand.ExecuteNonQuery aborts with error when passing DateTime Parameter to Stored Procedure
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Sep 2004 05:57:56 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sumadevi@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63873
--- shadow/63873 2004-08-26 07:21:23.000000000 -0400
+++ shadow/63873.tmp.31299 2004-09-02 05:57:56.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 63873
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Fedora Core 2 i686 2.6.5-1.358
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data.SqlClient
AssignedTo: sumadevi@novell.com
ReportedBy: mbazzano@unt.edu.ar
QAContact: mono-bugs@ximian.com
@@ -164,6 +164,13 @@
Additional Information:
There are other problems with
System.Data.SqlClient.SqlParameter:InferSqlType when you pass it a
DbNull.Value it does not infer the parameter type correctly (in this case
any type will work).
+
+------- Additional Comments From sumadevi@novell.com 2004-09-02 05:57 -------
+This bug is fixed on the HEAD and the mono_1_0 branch.
+The test case provided above is added as a test under
+Test/System.Data.SqlClient/SqlCommandTest.cs
+
+