graphql-engine/server/src-lib/Hasura/RQL
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
..
DDL quote constraint name for non-admin inserts (fix #494) (#497) 2018-09-20 20:54:20 +05:30
DML dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
Types implement query to update an event trigger (#367) 2018-09-19 17:42:57 +05:30
GBoolExp.hs allow _is_null operator for filter/check permissions (close #456) (#477) 2018-09-18 17:15:35 +05:30
Instances.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Types.hs implement query to update an event trigger (#367) 2018-09-19 17:42:57 +05:30