graphql-engine/server/src-lib/Hasura
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
..
Events dont retry http requests in the client (close #434) (#436) 2018-09-13 17:22:11 +05:30
GraphQL dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
RQL quote constraint name for non-admin inserts (fix #494) (#497) 2018-09-20 20:54:20 +05:30
Server indicate access key is set in the console context (close #426) (#447) 2018-09-14 18:57:46 +05:30
SQL add jsonb boolean operators (close #369) (#376) 2018-09-07 17:45:28 +05:30
Logging.hs add event triggers (#329) 2018-09-05 16:56:46 +05:30
Prelude.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30