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
When using PostgreSQL through SQLAlchemy with the driver psycopg2, lines 164 to 202 in canvasindexer/api/views.py seem to generate malformed SQL resulting in a psycopg2.ProgrammingError"subquery in FROM must have an alias".
This does not seem to happen when using SQLite.
The text was updated successfully, but these errors were encountered:
When using PostgreSQL through SQLAlchemy with the driver psycopg2, lines 164 to 202 in canvasindexer/api/views.py seem to generate malformed SQL resulting in a
psycopg2.ProgrammingError
"subquery in FROM must have an alias".This does not seem to happen when using SQLite.
The text was updated successfully, but these errors were encountered: