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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82189 --- shadow/82189 2007-07-25 17:01:58.000000000 -0400 +++ shadow/82189.tmp.21435 2007-07-31 05:45:06.000000000 -0400 @@ -1,22 +1,21 @@ Bug#: 82189 Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: FIXED +Severity: Unknown Priority: Normal Component: Sys.Data.SqlClient AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: SqlConnection throws an exception if Connection or Transaction is set to null Description of Problem: Setting the Command or Transaction properties on a System.Data.SqlClient.SqlCommand to null results in an exception if the object is referenced as an IDbCommand. @@ -103,6 +102,11 @@ IDbTransaction IDbCommand.Transaction { get { return Transaction; } set { Transaction = (SqlTransaction) value; } } + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-31 05:45 ------- +Thanks for the bug report :) + +Fixed in SVN - Committed revision 83059. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
