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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
