[CONPY-210] Disallow changing client_character set Created: 2022-06-29 Updated: 2023-01-23 Resolved: 2023-01-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Python Version: | 3.10 | ||||||||
| Description |
|
Since Connector/Python supports utf8mb4 only, an exception should be raised whenever the client character set changes to non utf8mb4. This will require session_tracking. |
| Comments |
| Comment by Georg Richter [ 2023-01-23 ] |
|
Implemented in 1.1.5 (requires Connector/C >= 3.3.1, |