graphql-engine/server/src-lib/Hasura/RQL
Rakesh Emmadi a8cee16ab5 support aggregations (closes #786) (#787)
* support for count and aggregations on columns, close #786

* support explain query for aggregations

* '<arr-rel>_agg' in '<table>' type, fix order by for aggregations

* add 'allow_aggregations' key in select permissions

* Add checkbox to toggle count and aggregations on columns on select permission

* align aggregation checkbox with columns div

* improve readability of the generated sql

* alias is needed at the top level aggregation

* throw internal errors for unexpected fields

* rename SelFld to more readable TableAggFld

* rename agg to aggregate
2018-10-26 14:32:43 +05:30
..
DDL support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
DML support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
Types support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
GBoolExp.hs allow _is_null operator for filter/check permissions (close #456) (#477) 2018-09-18 17:15:35 +05:30
Instances.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Types.hs improved sql generation for select queries (closes #6, #121, #278) (#643) 2018-10-05 14:26:47 +05:30