-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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(database): Add OceanBase support #29496
Conversation
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.
@john-bodley Can you take a look in your free time. |
@yuanoOo please adding license header in new files, ping me please if you need helping. Thanks for your contributions! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #29496 +/- ##
===========================================
+ Coverage 60.48% 70.57% +10.08%
===========================================
Files 1931 1968 +37
Lines 76236 79255 +3019
Branches 8568 8972 +404
===========================================
+ Hits 46114 55934 +9820
+ Misses 28017 21123 -6894
- Partials 2105 2198 +93
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@zhaoyongjie Thanks for the reminder, I've fixed it. Can you help trigger the github workflow again? |
@zhaoyongjie @rusackas Hi, After my review, the reason for the failure of GitHub Workflow does not seem to be related to this PR. |
@yuanoOo I've retriggered the CI. |
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.
LGTM
SUMMARY
OceanBase is an enterprise-level open source distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
Although OceanBase is compatible with the MySQL protocol, there are still some differences in data types, SQL syntax, etc.
https://en.oceanbase.com/docs/common-oceanbase-database-10000000001375342
https://en.oceanbase.com/docs/common-oceanbase-database-10000000001375338
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION