[CONPY-220] socket property broken Created: 2022-08-17 Updated: 2023-01-23 Resolved: 2023-01-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Other |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 1.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Python Version: | 3.10 |
| Description |
|
connection.socket property returns an error, since the get_socket method doesn't exist anymore: {{>>> import mariadb |