Fredrik Hyyrynen
Results
2
issues of
Fredrik Hyyrynen
fix: added parameter to optionally rename aliases of aggregated columns used in GROUP BY statments
7
### SUMMARY Fixed issue #28443 Renamed `db_engine_specs` parameter `allows_alias_to_source_column` to `order_by_allows_alias_to_source_column` and added the new parameter `group_by_allows_alias_to_source_column`. The previous parameter is used to tell the SQLA generator to rename aliases...
size/L
### Bug description `GROUP BY` statements usually do not support the use of aliases, but it is supported in Drill since 2019. This added support results in the alias being...