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

Fix Field to SQL convert when materialized field is available #1080

Merged
merged 3 commits into from
Dec 20, 2022

Conversation

mvorisek
Copy link
Member

fix #1078

if we can reason materialized Field, it should be always used, it improves performance and fixes issues when the source table was aliased in SQL

@mvorisek mvorisek force-pushed the fix_1078_inner_field_table_alias branch from 0f08d79 to 168073e Compare December 20, 2022 13:06
@mvorisek mvorisek force-pushed the fix_1078_inner_field_table_alias branch from 58e57ed to 6b97485 Compare December 20, 2022 14:06
@mvorisek mvorisek force-pushed the fix_1078_inner_field_table_alias branch from 6b97485 to 173ec13 Compare December 20, 2022 14:26
@mvorisek mvorisek marked this pull request as ready for review December 20, 2022 14:27
@mvorisek mvorisek merged commit 448e308 into develop Dec 20, 2022
@mvorisek mvorisek deleted the fix_1078_inner_field_table_alias branch December 20, 2022 14:36
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

Successfully merging this pull request may close these issues.

AggregateModel with referenced field in expression throwing error
1 participant