[Mono-bugs] [Bug 75528][Nor] New - System.Data.Oracle number
parsing locale dependent
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 11 11:08:21 EDT 2005
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 turchi at ntsc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75528
--- shadow/75528 2005-07-11 11:08:21.000000000 -0400
+++ shadow/75528.tmp.27340 2005-07-11 11:08:21.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 75528
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: turchi at ntsc.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Data.Oracle number parsing locale dependent
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+In System.Data.Oracle number parsing appear to be locale dependent. It is
+connected to bug 60471?
+
+Steps to reproduce the problem:
+1. Execute a select on a Oracle DB via OracleCommand ExecuteReader
+2. Write values using 'reader[<some id>].ToString()'
+
+Actual Results:
+
+with LANG=it_IT.UTF-8 the result is:
+Unhandled Exception: System.FormatException: Invalid character at position 0
+
+
+Expected Results:
+
+The right result (also obtained with LANG=C)
+
+How often does this happen?
+
+
+Additional Information:
+
+I'm sorry, my english is alpha version...
More information about the mono-bugs
mailing list