[Mono-bugs] [Bug 72722][Nor] Changed - Problem with oracleDateTime

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Feb 2005 07:16:32 -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=72722

--- shadow/72722	2005-02-19 20:02:52.000000000 -0500
+++ shadow/72722.tmp.26270	2005-02-20 07:16:31.000000000 -0500
@@ -35,6 +35,14 @@
 
 ------- Additional Comments From informatique.internet@fiducial.fr  2005-02-19 05:06 -------
 I've got the answer on the mailing list...
 
 ------- Additional Comments From danielmorgan@verizon.net  2005-02-19 20:02 -------
 assign to me
+
+------- Additional Comments From danielmorgan@verizon.net  2005-02-20 07:16 -------
+i committed to svn a fix to allow you to set a DateTime in an
+OracleParameter by converting the DateTime value to a string based on
+the NLS_DATE_FORMAT retrieved from the Oracle server.  I only
+implemented it for input parameters, i need to do output and return
+parameters too.
+