graphql-engine/server/src-lib/Hasura/RQL/DDL/Permission
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
..
Internal.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
Triggers.hs quote constraint name for non-admin inserts (fix #494) (#497) 2018-09-20 20:54:20 +05:30