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: send alias on order by expression #225

Merged
merged 1 commit into from
May 18, 2024
Merged

Conversation

aaron-steinfeld
Copy link
Contributor

Description

This is a bandaid for a gateway service bug that requires a more involved fix. Gateway service makes an assumption that the alias for an order by expression will match the column it's ordering by when being applied in memory such as an entity-explorer query. We should break that assumption, but for now abiding by it by using the same alias generation code.

@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner May 18, 2024 00:14
Copy link

Test Results

25 tests  ±0   25 ✅ ±0   26s ⏱️ -1s
11 suites ±0    0 💤 ±0 
11 files   ±0    0 ❌ ±0 

Results for commit 140523e. ± Comparison against base commit cd911fb.

@aaron-steinfeld aaron-steinfeld merged commit d0135a5 into main May 18, 2024
6 checks passed
@aaron-steinfeld aaron-steinfeld deleted the add-order-by-alias branch May 18, 2024 00:44
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.

2 participants