Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.57
-
Fix Version/s: 0.9.58
-
Component/s: DBAPI 2.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.