[Mono-bugs] [Bug 67301][Nor] New - SqlParametersCollection not cloned when SqlCommand.Clone()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Oct 2004 06:33:18 -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 meydey@poczta.onet.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=67301
--- shadow/67301 2004-10-01 06:33:18.000000000 -0400
+++ shadow/67301.tmp.19715 2004-10-01 06:33:18.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 67301
+Product: Mono: Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: meydey@poczta.onet.pl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SqlParametersCollection not cloned when SqlCommand.Clone()
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When clone SqlCommand object SqlParametersCollection doesn't clone with
+it.
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+There is no SqlParametersCollection in SqlCommand after Clone
+
+Expected Results:
+SqlCommand should be cloned with SqlParametersCollection
+
+How often does this happen?
+Always
+
+Additional Information: