[Mono-devel-list] [PATCH]OracleClient handles non-ASCII characters in queries incorrectly.

Jörg Rosenkranz joergr at voelcker.com
Mon Jan 26 11:18:48 EST 2004


Hello,

Queries containing non-ASCII characters are handled incorrectly by 
System.Data.OracleClient. They result in strange Oracle error messages.
This behaviour is caused by incorrectly encoded query strings.

I've filed following bug for this problem:
http://bugzilla.ximian.com/show_bug.cgi?id=53332

The attached patch should fix this. Additionally it introduces UTF8 as
connection encoding which is enabled on the client using:

	NLS_LANG=AMERICAN_AMERICA.UTF8
	export NLS_LAN

Are there any objections against the use of UTF8 in this case?
Can you please review this patch and commit if possible?

Thanks,
Joerg.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OracleEncoding.diff
Type: application/octet-stream
Size: 3844 bytes
Desc: OracleEncoding.diff
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040126/19806d30/attachment.obj 


More information about the Mono-devel-list mailing list