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

Description
- MonetDBLite-Python version: 0.6.3
- Python version: 3.7.6
- Pip version: NA
- Operating System: NA
Description
It seem like MonetDBLite doesn't support Window Functions. It would be great if such feature was included in one of the upcoming releases.
What I Did
import monetdblite
monetdblite.init("/tmp/db")
monetdblite.sql("SELECT RANK(id) OVER (ORDER BY id) FROM tables")
getting
DatabaseError Traceback (most recent call last)
...
DatabaseError: SQL Query Failed: ParseException:SQLparser:42000!syntax error, unexpected ID, expecting ')' in: "select rank(id"