graphql-engine/server/src-lib/Hasura/SQL
Rakesh Emmadi 0a3f68a6eb allow selectively updating columns on a conflict during insert (fix #342)
* fix primary key changing on upsert, fix #342

* add 'update_columns' in 'on_conflict' object, consider 'allowUpsert'

* 'ConflictCtx' type should respect upsert cases

* validation for not null fields in an object
2018-09-04 19:09:48 +05:30
..
DML.hs simpler root level select fields using primary keys (fix #304) (#306) 2018-08-27 19:47:03 +05:30
GeoJSON.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Time.hs server: use attoparsec-iso8601 for parsing time information 2018-06-28 13:49:52 +05:30
Types.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
Value.hs add limit in select permission which overrides limit in query (close #178) (#237) 2018-08-06 17:45:08 +05:30