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

Basic PostgreSQL custom aggregate translations #2395

Closed
Tracked by #727
roji opened this issue Jun 4, 2022 · 0 comments
Closed
Tracked by #727

Basic PostgreSQL custom aggregate translations #2395

roji opened this issue Jun 4, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@roji
Copy link
Member

roji commented Jun 4, 2022

PG docs: https://www.postgresql.org/docs/current/functions-aggregate.html

  • string_agg (string.Join)
  • array_agg
  • json_agg/jsonb_agg
  • json_object_agg/jsonb_object_agg
  • range_agg, range_intersect_agg
@roji roji added the enhancement New feature or request label Jun 4, 2022
@roji roji added this to the 7.0.0 milestone Jun 4, 2022
@roji roji self-assigned this Jun 4, 2022
roji added a commit to roji/efcore.pg that referenced this issue Jun 4, 2022
* string_agg (string.Join)
* array_agg
* json_agg/jsonb_agg
* json_object_agg/jsonb_object_agg
* range_agg, range_intersect_agg
* Aggregate statistics functions

Closes npgsql#2395
Closes npgsql#532
roji added a commit to roji/efcore.pg that referenced this issue Jun 24, 2022
* string_agg (string.Join)
* array_agg
* json_agg/jsonb_agg
* json_object_agg/jsonb_object_agg
* range_agg, range_intersect_agg
* Aggregate statistics functions

Closes npgsql#2395
Closes npgsql#532
roji added a commit to roji/efcore.pg that referenced this issue Jun 24, 2022
* string_agg (string.Join)
* array_agg
* json_agg/jsonb_agg
* json_object_agg/jsonb_object_agg
* range_agg, range_intersect_agg
* Aggregate statistics functions

Closes npgsql#2395
Closes npgsql#532
roji added a commit to roji/efcore.pg that referenced this issue Jul 9, 2022
* string_agg (string.Join)
* array_agg
* json_agg/jsonb_agg
* json_object_agg/jsonb_object_agg
* range_agg, range_intersect_agg
* Aggregate statistics functions

Closes npgsql#2395
Closes npgsql#532
@roji roji closed this as completed in 82a758c Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant