graphql-engine/server/tests-py/queries/graphql_query/functions
Karthikeyan Chinnakonda d236391af8 server: remove restriction of tracking only base function argument types
GitOrigin-RevId: 48feb18f1075bb8fe6a1b27a950198127eaaf3da
2021-03-23 16:04:11 +00:00
..
permissions server: new function permissions layer 2021-01-29 05:49:09 +00:00
alter_function_error.yaml don't allow altering tracked SQL functions type to VOLATILE (fix #1546) (#1547) 2019-02-05 11:27:03 +05:30
overloading_function_error.yaml do not allow overloading already tracked functions (#1563) 2019-02-14 09:35:18 +05:30
query_get_session_var.yaml functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
query_get_test_session_id.yaml server: support tracking of custom functions which return single row 2021-02-03 14:07:30 +00:00
query_get_test_uuid.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
query_get_users_arguments_error.yaml use named notation for function arguments if any argument is not specified (fix #2730) (#2777) 2019-08-28 14:27:15 -05:00
query_get_users_default_arguments_error.yaml use named notation for function arguments if any argument is not specified (fix #2730) (#2777) 2019-08-28 14:27:15 -05:00
query_get_users.yaml use named notation for function arguments if any argument is not specified (fix #2730) (#2777) 2019-08-28 14:27:15 -05:00
query_my_add.yaml support null and default values for function arguments (close #2176, close #2250) (#2282) 2019-06-04 18:13:28 +05:30
query_search_author_mview.yaml server: fix issue with tracking custom functions that return SETOF materialized view (close #5294) (#5945) 2020-10-22 13:26:42 +00:00
query_search_posts_aggregate.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
query_search_posts.yaml Support tracking SQL functions as mutations. Closes #1514 (#34) 2020-11-18 18:05:59 +00:00
setup.yaml server: support tracking of custom functions which return single row 2021-02-03 14:07:30 +00:00
teardown.yaml server: fix issue with tracking custom functions that return SETOF materialized view (close #5294) (#5945) 2020-10-22 13:26:42 +00:00
track_function_v2_errors.yaml Add missing check in SetTableCustomFields; update various test cases 2020-01-08 16:45:54 -06:00
track_non_base_function_arg_type.yaml server: remove restriction of tracking only base function argument types 2021-03-23 16:04:11 +00:00