-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
feature: support openGuass and GuassDB in AT mode #6020
base: 2.x
Are you sure you want to change the base?
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6020 +/- ##
============================================
- Coverage 49.45% 49.30% -0.15%
+ Complexity 4811 4795 -16
============================================
Files 913 928 +15
Lines 31678 31735 +57
Branches 3826 3838 +12
============================================
- Hits 15665 15648 -17
- Misses 14474 14546 +72
- Partials 1539 1541 +2
|
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
@@ -221,6 +222,11 @@ | |||
<artifactId>DmJdbcDriver18</artifactId> | |||
<version>${dm.version}</version> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.opengauss</groupId> | |||
<artifactId>opengauss-jdbc</artifactId> |
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.
check license as `BSD 2-clause’
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.
<!-- db connection pool --> | ||
<druid.version>1.2.7</druid.version> | ||
<druid.version>1.2.12</druid.version> |
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.
why upgrade the druid version, Is there any compatibility issue between this database and Druid?
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.
Druid 1.2.12 is the lowest supported version of openGauss
<!-- db connection pool --> | ||
<druid.version>1.2.7</druid.version> | ||
<druid.version>1.2.12</druid.version> |
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.
why upgrade the druid version, Is there any compatibility issue between this database and Druid?
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md
Ⅰ. Describe what this PR did
support openGuass and GuassDB
支持openGuass 和 GuassDB
Ⅱ. Does this pull request fix one issue?
fixes #5740
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews