You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed cursor.execute() with bulk_parameters and pyformat SQL: when rows are dicts, both the SQL template and the rows are now converted to positional format before sending to CrateDB. Positional-list rows continue to work as before.
Changes
Fixed cursor.execute() with bulk_parameters and pyformat SQL: when rows are dicts, both the SQL template and the rows are now converted to positional format before sending to CrateDB. Positional-list rows continue to work as before.