[Mono-devel-list] [PATCH] Oracle and multibyte characters

Jörg Rosenkranz joergr at voelcker.com
Wed Mar 31 04:24:29 EST 2004


Hello all,
 
I have fixed two problems in System.Data.OracleClient:
 
1)
Retrieving strings with multibyte characters (i.e. german umlauts)
leads to "ORA-01406 fetched column value was truncated" when
the string length is close to column size. I've fixed this by doubling
the fetch buffer. I didn't find another way to do this.
 
2) 
The OciDefineHandles contained in OciStatementHandle are
now disposed by its Dispose function. So the unmanaged buffers
are freed when they are not needed anymore.
 
Can you please review and commit this patch?
 
Thanks,
Joerg.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Oracle_2004-03-31.patch
Type: application/octet-stream
Size: 2405 bytes
Desc: Oracle_2004-03-31.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040331/e3981cb3/attachment.obj 


More information about the Mono-devel-list mailing list