1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-20 22:11:45 +03:00
graphql-engine/server/tests-py/queries/v1/track_table
Ajeet D'Souza 605f8633f3 fail on tracking table/function with name conflict (close ) ()
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
..
setup.yaml fail on tracking table/function with name conflict (close ) () 2019-07-11 07:41:20 +00:00
teardown.yaml fail on tracking table/function with name conflict (close ) () 2019-07-11 07:41:20 +00:00
track_function_table_same_name.yaml fail on tracking table/function with name conflict (close ) () 2019-07-11 07:41:20 +00:00
track_table_function_same_name.yaml fail on tracking table/function with name conflict (close ) () 2019-07-11 07:41:20 +00:00
track_untrack_table_as_not_admin_error.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
track_untrack_table_deps.yaml dependencies of object relationship now includes remote table, closes () 2019-01-24 18:56:13 +05:30
track_untrack_table_non_public_schema.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
track_untrack_table.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30