[Mono-bugs] [Bug 53332][Nor] New - OracleClient: Non-ASCII characters in queries are handled incorrectly.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Jan 2004 11:12:51 -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 joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53332

--- shadow/53332	2004-01-26 11:12:51.000000000 -0500
+++ shadow/53332.tmp.5116	2004-01-26 11:12:51.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 53332
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: OracleClient: Non-ASCII characters in queries are handled incorrectly.
+
+Description of Problem:
+Using non-ASCII characters in SQL queries results in strange error messages.
+
+Steps to reproduce the problem:
+1. Execute a query with non-ASCII characters, i.e. "update person set
+description = 'German umlauts: ÄÖÜäöü' where id_person = 1"
+
+Actual Results:
+Oracle error message about missing comma or other expected character.
+
+Expected Results:
+No error.
+
+How often does this happen? 
+Always.
+
+Additional Information: