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

Split expression for group by into parts for DBMS that don't inline parameters #675

Closed
beikov opened this issue Oct 30, 2018 · 0 comments · Fixed by #659
Closed

Split expression for group by into parts for DBMS that don't inline parameters #675

beikov opened this issue Oct 30, 2018 · 0 comments · Fixed by #659
Assignees
Milestone

Comments

@beikov
Copy link
Member

beikov commented Oct 30, 2018

Currently, we assume when a DBMS supports complex group by expressions, that it also looks into the parameter values, but when we have an expression with a parameter, at least PostgreSQL can't see that the parameter value is the same as in the select clause resulting in an error. We have to introduce a DbmsDialect property and consider that during expression splitting for group by.

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