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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: