graphql-engine/server/src-lib/Hasura/RQL/DML
Phil Freeman f615abd2f2
Add check expresion to update permissions (close #384) (#3804)
* Add check expresion to update permissions (close #384)

* wip on conflict behavior

* Handle upserts for views properly

* Use insert check if there is no update check

* Fix the test

* Improve error message slightly

Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
2020-02-13 13:08:49 +05:30
..
Select fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Count.hs remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
Delete.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00
Insert.hs Add check expresion to update permissions (close #384) (#3804) 2020-02-13 13:08:49 +05:30
Internal.hs Add check expresion to update permissions (close #384) (#3804) 2020-02-13 13:08:49 +05:30
Mutation.hs fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Returning.hs fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Select.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00
Update.hs Add check expresion to update permissions (close #384) (#3804) 2020-02-13 13:08:49 +05:30