martin-georgiev / postgresql-for-doctrine

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.

Home Page:https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add aggregate functions

hason opened this issue · comments

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

  • array_agg
  • json_agg
  • jsonb_agg
  • json_object_agg
  • jsonb_object_agg
  • string_agg
  • xmlagg

Would you like to contribute to the project? It is really not very complex and the recent #56 PR from @strider2038 can be used as a guiding example.

Draft PR prepared in #63