-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: fix handle long column names during update event trigger cre… #4210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console: fix handle long column names during update event trigger cre… #4210
Conversation
|
Beep boop! 🤖 Hey @kawamataryo, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. Stay awesome! 😎 |
|
Deploy preview for hasura-docs ready! Built with commit 13259b5 |
|
Review app for commit d5b1b57 deployed to Heroku: https://hge-ci-pull-4210.herokuapp.com |
|
@kawamataryo Thank you for raising this PR and contributing! I would just like to request a couple of changes:
|
|
Review app for commit ae909a6 deployed to Heroku: https://hge-ci-pull-4210.herokuapp.com |
ae909a6 to
43e8df6
Compare
|
Review app for commit 43e8df6 deployed to Heroku: https://hge-ci-pull-4210.herokuapp.com |
43e8df6 to
13259b5
Compare
|
Thanks for your review. |
13259b5 to
146a9ff
Compare
|
Review app for commit 146a9ff deployed to Heroku: https://hge-ci-pull-4210.herokuapp.com |
beerose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good.
146a9ff to
46e742a
Compare
|
Review app for commit 46e742a deployed to Heroku: https://hge-ci-pull-4210.herokuapp.com |
|
Beep boop! 🤖 Awesome work @kawamataryo! All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Review app https://hge-ci-pull-4210.herokuapp.com is deleted |
Description
Fixed handle long column names during update event trigger creation. ( #4123 )
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
#4123
Solution and Design
Apply word break style.
Steps to test and verify
Create a table with long column names and check event trigger creation
Limitations, known bugs & workarounds
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sqlauto manages the new metadata through schema diffing?run_sqlauto manages the definitions of metadata on renaming?export_metadata/replace_metadatasupports the new metadata added?GraphQL
Breaking changes
No Breaking changes
There are breaking changes:
Metadata API
Existing
querytypes:argspayload which is not backward compatibleJSONschemaGraphQL API
Schema Generation:
NamedTypeSchema Resolve:-
nullvalue for any input fieldsLogging
JSONschema has changedtypenames have changed