-
Notifications
You must be signed in to change notification settings - Fork 288
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 order by
support in aggregate functions argument scope.
#780
Comments
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 7, 2024
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
Mar 12, 2024
… including mysql and sqlite kysely-org#780
ivashog
pushed a commit
to ivashog/kysely
that referenced
this issue
May 3, 2024
Hi @igalklebanov, |
igalklebanov
pushed a commit
to ivashog/kysely
that referenced
this issue
Jan 9, 2025
igalklebanov
pushed a commit
to ivashog/kysely
that referenced
this issue
Jan 9, 2025
igalklebanov
pushed a commit
to ivashog/kysely
that referenced
this issue
Jan 9, 2025
… including mysql and sqlite kysely-org#780
igalklebanov
pushed a commit
to ivashog/kysely
that referenced
this issue
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
Following #779, we might want to allow chaining
.orderBy
where.distinct
is invocable ineb.fn.agg
.Example aggregate functions where
order by
can be used inside the argument scope:group_concat
.array_agg
.group_concat
.collect
.The text was updated successfully, but these errors were encountered: