[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
Wed, 9 Feb 2005 20:26:37 -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 eto@shaw.ca.

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

--- shadow/72416	2005-02-09 14:29:42.000000000 -0500
+++ shadow/72416.tmp.4980	2005-02-09 20:26:37.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,13 @@
 Every Time
 
 Additional Information:
 All of the other data types should probably be accounted for.  I have 
 added a 'hack' to allow me to bind binary types for the time being, but 
 do not have enough time to look into doing it properly.
+
+------- Additional Comments From eto@shaw.ca  2005-02-09 20:26 -------
+Also note that if you bind DbType.DateTime using a DateTime object, 
+it will also fail miserably. ):
+
+Makes it kind of difficult to add/modify/search for records using 
+parameters, which would be preferred..