[Mono-bugs] [Bug 78509][Maj] New - OracleClient trims trailing
spaces
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 26 07:02:42 EDT 2006
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 skolima at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78509
--- shadow/78509 2006-05-26 07:02:42.000000000 -0400
+++ shadow/78509.tmp.17896 2006-05-26 07:02:42.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 78509
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: Linux, Win32
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com
+ReportedBy: skolima at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Summary: OracleClient trims trailing spaces
+
+There is a problem while inserting data into Oracle database. If querry
+parameter is passed using OracleCommand.Parameters, trailing spaces are
+trimmed from string. Oracle version 9, OCI 9
+
+Steps to reproduce the problem:
+
+Compile and execute compiled code. It requires filling in databse
+connection params. Compile with
+mcs OraTest.cs -r:System.Data.dll,System.Data.OracleClient.dll
+
+Actual Results:
+
+test value # simply trim test #
+read value # simply trim test#
+
+Expected Results:
+
+test value # simply trim test #
+read value # simply trim test #
+
+
+How often does this happen?
+
+Always. It does work correctly with Microsoft .Net.
+
+Additional Information:
More information about the mono-bugs
mailing list