[CONPY-58] Parameter Error when using paramstyle PYFORMAT Created: 2020-04-19 Updated: 2020-04-19 Resolved: 2020-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 0.9.57 |
| Fix Version/s: | 0.9.58 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When executing a statement which contains a placeholder in PYFORMAT style, an exeception is thrown when specifying parameter as Dict type (Erorr message says Tuple expected). This is a regression bug, which was introduced by supporting List as parameter in execute() method. |
| Comments |
| Comment by Georg Richter [ 2020-04-19 ] |
|
rev. e873f87fabe99410dab5e736eb6f50104fbd1999 |