MonetDBLite-Python
MonetDBLite-Python copied to clipboard
Crash on bad input to insert
Using cursor.insert('table_name', {'column_name': 1}) instead of cursor.insert('table_name', {'column_name': [1]}), crashes the Python process.