Skip to content
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

[type:feature] support openGauss database #4856

Merged
merged 8 commits into from
Jul 19, 2023
Merged

Conversation

xcsnx
Copy link
Member

@xcsnx xcsnx commented Jul 16, 2023

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2023

Codecov Report

Merging #4856 (2100496) into master (587f59e) will increase coverage by 0.10%.
The diff coverage is 95.91%.

@@             Coverage Diff              @@
##             master    #4856      +/-   ##
============================================
+ Coverage     64.52%   64.62%   +0.10%     
- Complexity     8230     8255      +25     
============================================
  Files          1161     1165       +4     
  Lines         34153    34202      +49     
  Branches       3061     3063       +2     
============================================
+ Hits          22036    22103      +67     
+ Misses        10363    10344      -19     
- Partials       1754     1755       +1     
Impacted Files Coverage Δ
...mybatis/og/handler/OpenGaussSQLBooleanHandler.java 83.33% <83.33%> (ø)
.../og/interceptor/OpenGaussSqlUpdateInterceptor.java 92.85% <92.85%> (ø)
...che/shenyu/admin/config/DataBaseConfiguration.java 100.00% <100.00%> (ø)
...a/org/apache/shenyu/admin/config/MapperConfig.java 91.66% <100.00%> (-8.34%) ⬇️
...og/interceptor/OpenGaussSQLPrepareInterceptor.java 100.00% <100.00%> (ø)
...s/og/interceptor/OpenGaussSQLQueryInterceptor.java 100.00% <100.00%> (ø)

... and 12 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xcsnx
Copy link
Member Author

xcsnx commented Jul 16, 2023

#4857

<dependency>
<groupId>org.opengauss</groupId>
<artifactId>opengauss-jdbc</artifactId>
<version>5.0.0-og</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version define in parent pom.xml

@yu199195 yu199195 added this to the 2.6.0 milestone Jul 19, 2023
@yu199195 yu199195 merged commit ffb4bac into apache:master Jul 19, 2023
37 checks passed
@xcsnx xcsnx deleted the feat_openGuass branch December 26, 2023 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants