-
Notifications
You must be signed in to change notification settings - Fork 284
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
Add orderBy clause support to aggregate function builder #896
Add orderBy clause support to aggregate function builder #896
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… including mysql and sqlite kysely-org#780
Thanks, @igalklebanov I follow your recommendation and add a separate test case for order-sensitive aggregate functions including mysql and sqlite. Also I explore this functionality in mssql and discovered that we need implement |
Yeah, different clause, different PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and functional overall! 💪
Left a few minor suggestions, once addressed this is good to go! 🚀
Co-authored-by: Igal Klebanov <igalklebanov@gmail.com>
@igalklebanov, thanks for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Any plans to release this feature? It would be really useful for us. |
#780
see sql syntax on PostgreSQL example: https://www.postgresql.org/docs/16/sql-expressions.html#SYNTAX-AGGREGATES