Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r2dbc/r2dbc-mssql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0dab7ce
Choose a base ref
...
head repository: r2dbc/r2dbc-mssql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f98bf8
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 12, 2025

  1. Prepare next development iteration.

    [#300]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    288cc46 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Updade dependencies.

    [#305]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    4211478 View commit details
    Browse the repository at this point in the history
  2. Isolate prepared statement caching.

    Use PreparedStatement cache per connection and no longer a single cache held at the ConnectionFactory level to avoid mixing prepared statement id's across connections.
    
    [#303][resolves #273][resolves #276][resolves #289]
    Signed-off-by: Abhishek Chanda <[email protected]>
    abhishekchanda authored and mp911de committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    46ddc56 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Add test, remove duplications.
    
    [resolves #303][#273][#276][#289]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    c0393cf View commit details
    Browse the repository at this point in the history
  4. Upgrade to MSSQL JDBC 13.2.1.

    [resolves #306]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    75232f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Update changelog.

    [#305]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    32c34f5 View commit details
    Browse the repository at this point in the history
  2. Update release branch config.

    [#300]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    4677c56 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.4.RELEASE.

    [resolves #305]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    1f98bf8 View commit details
    Browse the repository at this point in the history
Loading