[CONPY-221] mariadb.DataError (1265) is not raised Created: 2022-08-25 Updated: 2022-08-27 Resolved: 2022-08-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.0.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Brad Chin (Inactive) | Assignee: | Georg Richter |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7 w/ python 3.9.5 w/ Connector/C 3.2.3 w/ Connector/python 1.0.11 |
||
| Python Version: | python 3.9.5 |
| Description |
|
Here is the repro: delimiter // drop function if exists func5073// delimiter ; This is what happens on the MariaDB client
We get an error about our silly stored function. Here is what the python connector does:
Let's run this.
There isn't any exception that is raised. I expected a mariadb.DataError exception to be raised. |
| Comments |
| Comment by Georg Richter [ 2022-08-25 ] | |||||||||
|
MariaDB Connector/Python 1.0.x is discontinued - please upgrade to 1.1
|