Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.57
-
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.