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 selecting on columns and you happen to specify the schema name as part of the column, an error is reported.
Same applies to:
SELECT columns
WHERE clause
JOIN clause
🔨 Not supported 🔨 : The query you ran generated an AST which parts have not been read by the query planner. This means that those parts could be ignored:
⇨ .columns[0].expr.table.name ("foo")
👉 pg-mem is work-in-progress, and it would seem that you've hit one of its limits.
*️⃣ Reconsituted failed SQL statement: SELECT myschema.foo .apple FROM myschema.foo
👉 You can file an issue at https://github.com/oguimbal/pg-mem along with a way to reproduce this error (if you can), and the stacktrace:
Describe the bug
When selecting on columns and you happen to specify the schema name as part of the column, an error is reported.
Same applies to:
To Reproduce
ditto if you use the default
public
schema:pg-mem version
2.8.1
The text was updated successfully, but these errors were encountered: