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

Never select twice, fix same row field stability #934

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Nov 26, 2021

TODO for SqlExpressionField, I think we need to always wrap the previously added fields in WITH SQL

fixes #682

also improve overall performance

@mvorisek mvorisek changed the title Fix same row field stability Never select twice, fix same row field stability Nov 26, 2021
@mvorisek mvorisek added the bug label Nov 26, 2021
@mvorisek mvorisek added the MAJOR label Nov 26, 2021
@mvorisek mvorisek force-pushed the never_select_twice branch 7 times, most recently from be0e569 to 4443593 Compare November 26, 2021 17:27
@mvorisek mvorisek force-pushed the never_select_twice branch 16 times, most recently from 445504f to c57dc77 Compare November 30, 2021 15:01
@mvorisek mvorisek force-pushed the never_select_twice branch 3 times, most recently from 15589dc to 2a11829 Compare December 5, 2021 13:54
@mvorisek mvorisek removed the bug label Oct 24, 2023
@mvorisek mvorisek force-pushed the never_select_twice branch 4 times, most recently from a0521c2 to 0266512 Compare February 23, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicating non-stable field expr. in query - is completely wrong and can produce wrong results
1 participant