graphql-engine/server/src-lib/Hasura/RQL/DDL
Rakesh Emmadi 8f6b19d6f1 quote constraint name for non-admin inserts (fix #494) (#497)
### Description
What component does this PR affect? 

- [x] Server
### Related Issue
#494 

### Solution and Design
Use `quote_ident()` SQL function over `constraint_name` in insert trigger function definition.

### Type
- [x] Bug fix (non-breaking change which fixes an issue)
2018-09-20 20:54:20 +05:30
..
Permission quote constraint name for non-admin inserts (fix #494) (#497) 2018-09-20 20:54:20 +05:30
Schema add event triggers (#329) 2018-09-05 16:56:46 +05:30
Deps.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Metadata.hs implement query to update an event trigger (#367) 2018-09-19 17:42:57 +05:30
Permission.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
QueryTemplate.hs add limit in select permission which overrides limit in query (close #178) (#237) 2018-08-06 17:45:08 +05:30
Relationship.hs dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
Subscribe.hs implement query to update an event trigger (#367) 2018-09-19 17:42:57 +05:30
Utils.hs add event triggers (#329) 2018-09-05 16:56:46 +05:30