Preview feature feedback: Order by Relations support (`orderByRelation`)
See original GitHub issuePlease share your feedback about the orderByRelation
functionality that was released in v2.16.0 in this issue.
- If you encounter a bug, please open a bug report in this repo.
- If the feature is working well for you, please share this in a comment below or leave a 👍 on this issue.
If you have any questions, don’t hesitate to ask them in the #prisma-client
channel in the Prisma Slack.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Prisma Client and Prisma schema preview features
When we release a new Prisma Client or Prisma schema feature, it often starts in preview so that you can test it and...
Read more >Ordering By Relation Aggregates with Prisma Client - YouTube
In this video, Ryan Chenkie demonstrates how to use the new order by relation aggregate feature using an Author model and its related...
Read more >prisma Order by relation has only _count property. Can not ...
I'm adding a solution that uses the orderByRelation preview feature to simplify the sorting and ensure the messages in a conversation are ...
Read more >Feedback on Preview Features - Microsoft Power BI Community
Solved: Just wondering how to feedback to developers on preview features. I've found a few things over the years that have't quite behaved ......
Read more >prisma argument of type whereuniqueinput needs at least one ...
@relation( name: "AllCommentsOfUser" fields: [UserID] references: ... npx prisma db push --preview-feature; db push works, but then generation fails with:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The feature is working great, but if it could not only count the number of relations, but also
sum
,avg
,min
andmax
some specific attribute of the relations, it would make it a killer feature.For example, a very common use case:
Top 10 students with the best grades
Closing this now that this has been released to General Availability in the 3.0.1 release