graphql-engine/server/src-lib/Hasura/SQL
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
..
DML.hs support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
GeoJSON.hs GeoJSON: Fix MultiPolygon parse error (closes #840) 2018-10-24 13:51:37 +05:30
Rewrite.hs workaround postgres default limit of 63 chars for identifiers (close #688) (#707) 2018-10-12 14:58:43 +05:30
Time.hs server: use attoparsec-iso8601 for parsing time information 2018-06-28 13:49:52 +05:30
Types.hs support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
Value.hs fix geojson inconsistencies (closes #510) (#513) 2018-09-27 17:53:17 +05:30