[Mono-bugs] [Bug 82189][Nor] Changed - SqlConnection throws an exception if Connection or Transaction is set to null

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 31 05:45:06 EDT 2007


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 anagappan at novell.com.

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: mono-bugs at ximian.com                            
 ReportedBy: tomd at monsooninteractive.com               
 QAContact: mono-bugs at ximian.com
 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 anagappan at novell.com  2007-07-31 05:45 -------
+Thanks for the bug report :)
+
+Fixed in SVN - Committed revision 83059.


More information about the mono-bugs mailing list