graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema
Ajeet D'Souza 605f8633f3 fail on tracking table/function with name conflict (close #2020) (#2383)
Currently, we allow tracking of a table with the same name as an already tracked function, and vice-versa. This causes an issue when querying from GraphQL since it will only query the table and not the function. I've made changes to disallow this by throwing an error.
2019-07-11 07:41:20 +00:00
..
Diff.hs better change detection when altering foreign key constraints (fix #2060) (#2252) 2019-06-03 15:51:55 +05:30
Function.hs fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00
Rename.hs manual event triggers (close #1687) (#2077) 2019-05-13 15:11:07 +05:30
Table.hs fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00