Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

SQL Error when executing "create table if not exists" #39

@sedot42

Description

@sedot42
  • 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions