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
Fixescldellow#23
The dependencies for this package are unpinned. `sqlglot` upstream
changed their rewriting to do more, so this package now needs to do a
little less.
This commit removes some rewriting that was failing with recent package
versions, and pins `sqlglot` to `>=21.2` in `setup.py`.
Problem
When using DuckDB native DB files, and you click on a specific table in the interface, it gives 500
Prepared statement needs 2 parameters, 0 given
Expected behaviour
It correctly renders the table page.
Stacktrace
It appears that the parameters get lost in transition to the proxy cursor:
The text was updated successfully, but these errors were encountered: