Benoit Ranque
Benoit Ranque
### Version Information Server Version: 2.6.0 ### Environment OSS ### What is the expected behaviour? When metadata is inconsistent due to missing column, dropping this metadata should only drop the...
### Is your proposal related to a problem? When making certain changes to a table, hasura may throw an error due to the change rendering existing metadata inconsistent. Hasura will...
### Is your proposal related to a problem? Dropping columns for which there are permissions causes metadata inconsistency. Resolving those inconsistencies by deleting relevant metadata objects deletes the entire permissions,...
### Version Information Server Version: 2.8.4 ### Environment CLOUD / OSS ### What is the current behaviour? When comparing a string against a `VARCHAR` column, the string is formatted as...
## Description Added support for globally defined fragments for the hasura-allow-list plugin. Previously it was required that fragments be defined in the same document as the operations that use them....
Per the [documentation](https://formidable.com/open-source/urql/docs/basics/vue/#variables), variables may be reactive and urql will refresh queries if their value changes. This works as expected. However the typescript types are incorect. Currently the only typing...
### Is your proposal related to a problem? When browsing data from the console data tab, the `/v1/query` api is used to fetch and update rows. This is a problem...
### Version Information Server Version: 2.10.0 ### Environment Cloud/OSS ### What is the current behaviour? [v2.10.0](https://github.com/hasura/graphql-engine/releases/tag/v2.10.0) introduces the ability to update multiple records in a single operation with the update_TABLE_many...
### Version Information Server Version: 2.6.0 ### Environment EE ### What is the current behaviour? when we have 3 nested nodes with the middle node being a table computed field...
### Version Information Server Version: 2.12.0 ### Environment OSS ### What is the current behaviour? When an event trigger is inconsistent, it cannot be deleted. ### What is the expected...