- MonetDBLite-Python version: 0.6.3
- Python version: 3.7.3
- Pip version: 19.0.3
- Operating System: Arch Linux
Description
I'm trying to execute the following statement:
monetdblite.sql('CREATE TABLE IF NOT EXISTS points (X FLOAT, Y FLOAT, Z FLOAT);')
MonetDBLite yields an error "SQL Query Failed: ParseException:SQLparser:42000!"
I believe this is a bug that was fixed in the Mar2018 release: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6629