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
Make sure to append space after order by clause and fix alias detection for wrapped sub select.
Also make sure to ignore alias used in subselect so they do not conflict with root ones.
Render order by only on full select if set operator is present in EQL.
Closes#3630
Original pull request: #3429
See #3427
Make sure to append space after order by clause and fix alias detection for wrapped sub select.
Also make sure to ignore alias used in subselect so they do not conflict with root ones.
Render order by only on full select if set operator is present in EQL.
Closes#3630
Original pull request: #3429
See #3427
Backport of #3427.
The text was updated successfully, but these errors were encountered: