| Bug #67297 | Unexpected behaviour on INSERT/UPDATE strings with non-BMP unicode characters | ||
|---|---|---|---|
| Submitted: | 19 Oct 2012 10:57 | Modified: | 1 Jul 2013 9:59 |
| Reporter: | Marin Stavrev | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | 5.2.2 | OS: | Windows (Windows 2008 SP2 x64 ) |
| Assigned to: | Assigned Account | CPU Architecture: | Any |
| Tags: | ADO, ODBC | ||
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix> - On windows use WinZip or a similar utility to split the large file
[19 Oct 2012 10:58]
Marin Stavrev
[20 Feb 2014 22:02]
Nigel Meachen
Updated UTF conversion routines to address errors in implementation
Attachment: unicode_transcode.c (text/plain), 6.44 KiB.
