dependabot[bot] opened a new pull request, #3916:
URL: https://github.com/apache/arrow-adbc/pull/3916

   Bumps 
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) 
from 13.3.0.jre11-preview to 13.3.1.jre11-preview.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Microsoft/mssql-jdbc/releases";>com.microsoft.sqlserver:mssql-jdbc's
 releases</a>.</em></p>
   <blockquote>
   <h2>[13.3.1] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p><strong>Introduce prepareMethod=scopeTempTablesToConnection for 
PreparedStatements with temp tables</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2844";>#2844</a>
   <strong>What was added</strong>: New prepareMethod option that scopes 
temporary tables created in prepared statements to the connection by using 
literal parameter substitution instead of server-side prepared handles.
   <strong>Who benefits</strong>: Developers using temporary tables (#temp) 
inside PreparedStatement executions.
   <strong>Impact</strong>: Ensures temporary tables remain visible across 
executions of different prepared statements/statements within the same 
connection.</p>
   </li>
   <li>
   <p><strong>Send User Agent Information via TDS Feature Extension</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2848";>#2848</a>
   <strong>What was added</strong>: User agent telemetry is sent to SQL Server 
using a new LOGIN7 TDS Feature Extension (USERAGENT).
   <strong>Who benefits</strong>: Platform owners and maintainers analyzing 
driver usage patterns and runtime environments.
   <strong>Impact</strong>: Improves telemetry accuracy and enables data-driven 
testing and support decisions without affecting application behavior.</p>
   </li>
   <li>
   <p><strong>Enable Vector and JSON Tests on SQL Server 2025</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2846";>#2846</a>
   <strong>What was added</strong>: Test coverage for vector and JSON features 
on SQL Server 2025 with a new xSQLv17 test tag.
   <strong>Who benefits</strong>: Contributors validating driver compatibility 
with the latest SQL Server release.
   <strong>Impact</strong>: More testing coverage increases confidence in SQL 
Server 2025 vector and JSON functionality.</p>
   </li>
   <li>
   <p><strong>Enhance Code Coverage for SQLServerResultSet</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2870";>#2870</a>
   <strong>What was added</strong>: Expanded unit test coverage for 
SQLServerResultSet.
   <strong>Who benefits</strong>: Driver maintainers and contributors.
   <strong>Impact</strong>: Improves long-term stability and regression 
detection.</p>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><strong>Update bundle-version in Manifest to Include JRE Suffix</strong> 
<a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2876";>#2876</a>
   <strong>What changed</strong>: Bundle-Version in the manifest now includes 
the jre8 / jre11 suffix to match the JAR file name.
   <strong>Who benefits</strong>: Users and tooling relying on OSGi metadata 
consistency.
   <strong>Impact</strong>: Aligns manifest metadata with published artifacts 
and avoids ambiguity.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>
   <p><strong>SQL Server Integrity Enhancement Support in 
supportsIntegrityEnhancementFacility</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2745";>#2745</a>
   <strong>What was fixed</strong>: Corrected metadata reporting to reflect SQL 
Server’s support for integrity constraints.
   <strong>Who benefits</strong>: Applications relying on JDBC metadata to 
determine database capabilities.
   <strong>Impact</strong>: Ensures accurate reporting of primary key, foreign 
key, check, unique, and NOT NULL constraint support.</p>
   </li>
   <li>
   <p><strong>Fix Geography Coordinate Parsing with Scientific 
Notation</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2837";>#2837</a>
   <strong>What was fixed</strong>: Prevented NumberFormatException when 
parsing Geography coordinates expressed in scientific notation.
   <strong>Who benefits</strong>: Applications working with very small spatial 
coordinate values.
   <strong>Impact</strong>: Enables correct handling of negative exponents in 
WKT parsing.</p>
   </li>
   <li>
   <p><strong>Bulk Copy Batch Insert: Proper Fallback for SQL 
Functions</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2845";>#2845</a>
   <strong>What was fixed</strong>: Automatic fallback to standard batch 
execution when SQL functions are used in bulk copy batch inserts.
   <strong>Who benefits</strong>: Users executing 
PreparedStatement.executeBatch() with expressions like len(?) or encryption 
functions.
   <strong>Impact</strong>: Prevents bulk copy failures while preserving 
performance for compatible statements.</p>
   </li>
   <li>
   <p><strong>Fix Bulk Copy Batch Insert with Persisted Computed 
Columns</strong> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2855";>#2855</a>
   <strong>What was fixed</strong>: Corrected destination column validation 
logic to ignore computed persisted columns in bulk copy batch insert.
   <strong>Who benefits</strong>: Users performing bulk inserts into tables 
with computed columns.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/Microsoft/mssql-jdbc/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.microsoft.sqlserver:mssql-jdbc&package-manager=maven&previous-version=13.3.0.jre11-preview&new-version=13.3.1.jre11-preview)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to