Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.55
-
None
Description
In order to ease the migration to Connector/Python, consider accept empty tuple or empty list as parameter.
db = mariadb.connect(....) |
qr = db.cursor() |
 |
qr.execute("select 1", []) |
mariadb.DatabaseError.DataError: Invalid number of parameters
|
|