[CONPY-279] change_user method doesn't allow None values Created: 2024-01-30 Updated: 2024-01-31 Resolved: 2024-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.1.9 |
| Fix Version/s: | 1.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Python Version: | 3.10 |
| Description |
|
change_user() method of connection object doesn't allow to pass None values, for e.g. empty password: >>> import mariadb |