[MDEV-5456] ConnectSE: ODBC: set remote connection character set to DATA_CHARSET Created: 2013-12-16 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Andrew Hutchings |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When connecting to a remote DSN, the connection character set For example, assuming DATA_CHARSET is utf8, it should:
The connection character set should be set immediately after SQLDriverConnect.
Additionally, the error message returned from the remote data source
returns this error message:
Notice, it was cut on the first accented character.
was cut because cp1252 was misinterpreted as utf8. |
| Comments |
| Comment by Elena Stepanova [ 2014-04-09 ] |
|
I didn't re-check, but assume the problem still exists, thus setting affected version to the current 10.0.10. |