[Mono-bugs] [Bug 72416][Nor] Changed - The oracleclient parameter implementation does not implement different data types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Feb 2005 00:48:18 -0500 (EST)


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 danielmorgan@verizon.net.

http://bugzilla.ximian.com/show_bug.cgi?id=72416

--- shadow/72416	2005-02-26 00:20:34.000000000 -0500
+++ shadow/72416.tmp.7799	2005-02-26 00:48:18.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72416
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: danielmorgan@verizon.net                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
@@ -91,6 +91,9 @@
 Your patch has been committed to svn trunk HEAD.
 
 Usually, you would use a IDisposable pattern, but OracleParameter does
 not have one.  You could free the HGlobal via Dispose() of an
 OracleCommand by looping through the parameters collection to free any
 hglobals that were allocated.
+
+------- Additional Comments From danielmorgan@verizon.net  2005-02-26 00:48 -------
+resolved