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

fix #878 close the statement #879

Merged
merged 18 commits into from
Apr 29, 2019
Merged

Conversation

github-ygy
Copy link
Contributor

Ⅰ. Describe what this PR did

when over,close the statement,if we use DruidPooledPreparedStatement,so wo can use cache

Ⅱ. Does this pull request fix one issue?

fix #878

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

codecov-io commented Apr 24, 2019

Codecov Report

Merging #879 into develop will decrease coverage by 0.02%.
The diff coverage is 34.37%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #879      +/-   ##
=============================================
- Coverage       37.2%   37.17%   -0.03%     
  Complexity      1027     1027              
=============================================
  Files            225      225              
  Lines           8894     8906      +12     
  Branches        1066     1070       +4     
=============================================
+ Hits            3309     3311       +2     
- Misses          5199     5209      +10     
  Partials         386      386
Impacted Files Coverage Δ Complexity Δ
...va/io/seata/rm/datasource/undo/UndoLogManager.java 23.22% <34.37%> (-0.56%) 8 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f56ffb0...d673db3. Read the comment docs.

@github-ygy github-ygy changed the title close the statement fix #878 close the statement Apr 25, 2019
Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

@slievrly slievrly merged commit 7fb7ede into apache:develop Apr 29, 2019
nick-tan pushed a commit to nick-tan/seata that referenced this pull request Jul 12, 2019
@wangliang181230 wangliang181230 added this to the 0.5.* milestone Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

statement should close
6 participants