[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
Fri, 25 Feb 2005 19:19:17 -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-25 19:15:35.000000000 -0500
+++ shadow/72416.tmp.4847	2005-02-25 19:19:16.000000000 -0500
@@ -66,6 +66,21 @@
 really assign the bug to me this time
 
 ------- Additional Comments From eto@shaw.ca  2005-02-25 19:15 -------
 Created an attachment (id=14420)
 Patch for svn version to allow searching by RAW oracle types (binary).
 
+
+------- Additional Comments From eto@shaw.ca  2005-02-25 19:19 -------
+Hi.
+
+I've attached a patch that I used to get the Raw types to work 
+properly (which my software requires).  This may have a memory leak, 
+but is modeled after the conversion to string to create the hglobal 
+memory address.  Where exactly should this memory be destroyed?
+
+Also, There is probably a typo in the InferOracleType() method for 
+DateTime, as it compares "System.DataType" for date/time, instead 
+of "System.DateTime" (this is not in the patch).
+
+Thanks,
+Curtis.