[Mono-bugs] [Bug 456234] ODBC utf8: incorrect OdbcDataReader.GetValue() result for VARCHAR if byte size >=255
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Dec 1 12:08:18 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=456234
https://bugzilla.novell.com/show_bug.cgi?id=456234#c3
Richard Kettlewell <Richard.Kettlewell at thales-esecurity.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Richard.Kettlewell at thales-e
| |security.com
--- Comment #3 from Richard Kettlewell <Richard.Kettlewell at thales-esecurity.com> 2010-12-01 17:08:17 UTC ---
I found that OdbcDataReader.GetBytes() has a similar problem with long values.
Once GetValue() was fixed (locally), the simplest approach seemed to be to
rewrite GetBytes() in terms of GetValue().
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list