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

feat: Support multiple separate order bys. #1076

Merged
merged 1 commit into from May 7, 2024
Merged

Conversation

stephenh
Copy link
Collaborator

@stephenh stephenh commented May 7, 2024

Previously Joist supported multiple order bys, but only if they were embedded within a single object literal.

This works but is overly implicit (relying on key/insertion order) vs. just taking an actual list of order bys.

Fixes #1074

Previously Joist supported multiple order bys, but only if they were
embedded within a single object literal.

This works but is overly implicit (relying on key/insertion order)
vs. just taking an actual list of order bys.

Fixes #1074
@stephenh stephenh merged commit 7f949db into main May 7, 2024
5 checks passed
@stephenh stephenh deleted the feat-multiple-order-bys branch May 7, 2024 03:07
stephenh pushed a commit that referenced this pull request May 7, 2024
# [1.164.0](v1.163.8...v1.164.0) (2024-05-07)

### Features

* Support multiple separate order bys. ([#1076](#1076)) ([7f949db](7f949db)), closes [#1074](#1074)
@stephenh
Copy link
Collaborator Author

stephenh commented May 7, 2024

🎉 This PR is included in version 1.164.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Allow more explicit order for multiple order bys
1 participant