Bump com.microsoft.sqlserver:mssql-jdbc from 13.1.1.jre11-preview to 13.2.0.jre11
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
(10 months ago)
by isidore
dependencies java
Bumps com.microsoft.sqlserver:mssql-jdbc from 13.1.1.jre11-preview to 13.2.0.jre11.
Release notes
Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.
[13.2.0] Stable Release
Changed
- Use sys.all_objects for accurate function and procedure filtering #2705 What changed: Differentiated stored procedures and functions using sys.all_objects instead of sp_stored_procedures. Who benefits: Developers using getProcedures() and getFunctions() in JDBC. Impact: Ensures correct metadata retrieval, preventing confusion from mixed results.
Fixed issues
Fix trustStoreType JVM property consultation in SSL Connections #2724 What was fixed: Ensured fallback to JVM system property javax.net.ssl.trustStoreType if connection property is unset. Who benefits: Users configuring SSL via system properties. Impact: Enables proper SSL trust store resolution, improving compatibility with system configurations.
Addressed a data integrity and performance issue for bulk copy batch inserts with non-Unicode Strings #2735 What was fixed: Resolved performance degradation and incorrect string handling in bulk copy batch inserts when useBulkCopyForBatchInsert=true and sendStringParametersAsUnicode=false. Who benefits: Applications using SQL Server JDBC Bulk Copy for high-volume inserts, especially with non-Unicode or accented character data. Impact: Restores expected string storage, improves bulk insert performance for bulk copy API.
Handle SQL comments at start of query in getGenerateKeys() method #2731 What was fixed: Corrected detection of INSERT statements when preceded by SQL comments. Who benefits: Developers using getGeneratedKeys() after commented SQL inserts. Impact: Fixes previously failing key retrieval when comments are present before the query.
Fix update count handling for multi-statement queries executed via PreparedStatement execute method. #2737 What was fixed: Corrected update count handling for multi-statement queries run using PreparedStatement execute method, ensuring accurate counts for INSERT and other DML operations. Who benefits: Java applications using SQL Server JDBC with multi-statement PreparedStatement executions. Impact: Eliminates inconsistent update counts between Statement and PreparedStatement, improving reliability of result processing logic.
CodeQL suppression fixes #2728 What was fixed: Suppressed CodeQL rule [SM05141] with justification for broader usage scenarios. Who benefits: Developers maintaining code quality tools like CodeQL. Impact: Prevents unnecessary alerts for valid usage in multi-environment libraries.
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
com.microsoft.sqlserver:mssql-jdbc
maven
13.1.1.jre11-preview → 13.2.0.jre11
Minor
Technical Details
| ID: | 5238042 |
| UUID: | 2751826459 |
| Node ID: | PR_kwDOJJrckc6kBYob |
| Host: | GitHub |
| Repository: | LearnWithLlew/AdvancedUnitTesting.Java |
| Merge State: | Unknown |