-
Notifications
You must be signed in to change notification settings - Fork 592
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
feat(frontend): support user alter #4261
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4261 +/- ##
==========================================
- Coverage 74.36% 74.34% -0.03%
==========================================
Files 843 844 +1
Lines 121654 121895 +241
==========================================
+ Hits 90471 90625 +154
- Misses 31183 31270 +87
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
Please add some e2e test as well.
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.
Please add some test for parser, location: src/sqlparser/tests/testdata
.
* alter user * fix * fix * fix typo in e2e test * fmt * fix Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
support alter user syntax in #2643
Checklist
./risedev check
(or alias,./risedev c
)Refer to a related PR or issue link (optional)
Resolve #3998