[Mono-bugs] [Bug 74388][Nor] New - Implement ICloneable interface for Sys.Data.OracleClient

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 20:48:00 -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 eto@shaw.ca.

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

--- shadow/74388	2005-04-04 20:48:00.000000000 -0400
+++ shadow/74388.tmp.32127	2005-04-04 20:48:00.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 74388
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: eto@shaw.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Implement ICloneable interface for Sys.Data.OracleClient
+
+Description of Problem:
+System.Data.OracleClient.OracleParameter does not implement the ICloneable
+interface.  
+
+Steps to reproduce the problem:
+1. Use the Clone() for OracleParameter
+
+Actual Results:
+NotImplmentedException is thrown
+
+Expected Results:
+Returns a copy of the oracle parameter for use with other OracleCommand objects
+
+How often does this happen? 
+Every time
+
+Additional Information:
+This is required for a project that I am porting to work with mono.