mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
fc7ea9213c
Insert trigger function: If query affects no rows then return `null` Insert trigger function is modified to have `IF r IS NULL THEN RETURN null; ELSE RETURN r; END IF;` in return statement. |
||
---|---|---|
.. | ||
address_permission_error.yaml | ||
article_on_conflict_user_role.yaml | ||
author_on_conflict_ignore_user_role.yaml | ||
author_student_role_insert_check_bio_fail.yaml | ||
author_student_role_insert_check_bio_success.yaml | ||
author_user_role_insert_check_is_registered_fail.yaml | ||
author_user_role_insert_check_perm_success.yaml | ||
author_user_role_insert_check_user_id_fail.yaml | ||
company_user_role_on_conflict.yaml | ||
company_user_role.yaml | ||
setup.yaml | ||
teardown.yaml |