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

issue#2537 - Fix for SQLServerConnection infinite loop #2547

Merged
merged 3 commits into from
Nov 27, 2024

Removed volatile for openStatements and added it for requestStarted

815069a
Select commit
Loading
Failed to load commit list.
Merged

issue#2537 - Fix for SQLServerConnection infinite loop #2547

Removed volatile for openStatements and added it for requestStarted
815069a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 26, 2024 in 0s

25.00% of diff hit (target 50.96%)

View this Pull Request on Codecov

25.00% of diff hit (target 50.96%)

Annotations

Check warning on line 7743 in src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java#L7743

Added line #L7743 was not covered by tests

Check warning on line 7745 in src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java#L7745

Added line #L7745 was not covered by tests

Check warning on line 7747 in src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java#L7747

Added line #L7747 was not covered by tests