Bug #33299 | Trying to insert east-asian (or non latin) data into a recordset fails | ||
---|---|---|---|
Submitted: | 17 Dec 2007 20:27 | Modified: | 14 Mar 2014 4:54 |
Reporter: | Michael Pryor (Candidate Quality Contributor) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.1.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | optional feature not implemented |
[17 Dec 2007 20:27]
Michael Pryor
[2 Jan 2008 9:16]
Tonci Grgin
Hi Michael. This problem has been actively worked on by devs.
[3 Jan 2008 6:09]
Jess Balint
After testing this with the fix for bug#32064, I've discovered it relies on data-at-exec support in positioned updates, which isn't currently implemented. However, testing shows that you can workaround this. Instead of using a text column, use a varchar column up to 1300 characters (which is returned as 3900 bytes due to 3-byte UTF-8 support). Also, this limitation has nothing to do with the data (Unicode and ASCII both exhibit the same behaviour).
[17 Jan 2008 20:54]
Jess Balint
There is no plan to fix this bug in Connector/ODBC 5.1 branch. Setting target fix version to 5.2.
[31 Jan 2008 23:39]
Jason Williams
This is really disappointing. Its been plaguing us since the 3.5.1 connector for about 2 years now. What's the target dates for 5.2?
[13 Mar 2014 13:36]
Omer Barnir
This bug is not scheduled to be fixed at this time.
[14 Mar 2014 4:54]
Bogdan Degtyariov
5.2 fails to insert the correct data as well.