Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common table expressions (CTE, WITH queries) fail to execute for postgresql #386

Open
mildred opened this issue Nov 8, 2023 · 0 comments

Comments

@mildred
Copy link

mildred commented Nov 8, 2023

I'm getting errors processing a simple CTE query for postgresql

WITH a AS MATERIALIZED (SELECT 1) SELECT 2;

The MATERIALIZED is a postgresql extensions but even without it fails. In any case it should not matter.

The error is "Unable to process Query!" in the status bar and an error in red in the results pane that reads "Statement is a selection statement".

2023-11-08_11-19

I'm running the flatpak version com.github.alecaddd.sequeler 0.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant