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: npgsql/npgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97dc173
Choose a base ref
...
head repository: npgsql/npgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b6c74c
Choose a head ref
  • 17 commits
  • 26 files changed
  • 6 contributors

Commits on Feb 24, 2025

  1. Bump version to 9.0.4

    roji committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    899e2bb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Remove dotnet SDK version from CI (use global.json) (#6037)

    (cherry picked from commit 061a5f2)
    roji committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    ded0c27 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Update copyright to 2025

    roji committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    1b99186 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. NpgsqlParameterCollection.Clone() should set correct collection insta…

    …nce (#6066)
    
    fix #6065
    
    (cherry picked from commit e8ce19f)
    mgravell authored and vonzshik committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    900e9be View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Fix adding to hash lookup while renaming an unnamed parameter (#6073)

    Fixes #6067
    
    (cherry picked from commit ef219b7)
    vonzshik committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    5cbd025 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. Update LICENSE date (2024 -> 2025) (#6082)

    (cherry picked from commit cf9d243)
    kurnakovv authored and roji committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    8c4bfa4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Fix reading columns asynchronously via JsonNet plugin (#6109)

    Fixes #6108
    
    (cherry picked from commit 4da52a0)
    vonzshik committed May 7, 2025
    Configuration menu
    Copy the full SHA
    308a1f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Fixes #6107 missed should buffer in biginteger numeric converter (#6117)

    (cherry picked from commit 892774f)
    NinoFloris committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    7a007d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Fix logging parameters with batches (#6079)

    Fixes #6078
    
    (cherry picked from commit fe7f775)
    vonzshik committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    9b2b2bc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Fix returning null from KerberosUsernameProvider.GetUsername with con…

    …current calls (#6137)
    
    Fixes #6136
    
    (cherry picked from commit e3921f2)
    vonzshik committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    9b9ca55 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Add NpgsqlTsVector.Empty (#6145)

    Closes #6134
    
    (cherry picked from commit 1b55ebc)
    roji committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    f5df840 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Compare normalized type names (#6011)

    Fixes #6010
    
    (cherry picked from commit 016ae35)
    0MG-DEN authored and NinoFloris committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    8aa2ce8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Fix infinite consume on error with connection break (#6161)

    Fixes #6160
    
    (cherry picked from commit c378bdb)
    vonzshik committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    48ef266 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Fix concurrent NpgsqlDataSource.Dispose and Bootstrap (#6116)

    Fixes #6115
    
    (cherry picked from commit 6f8971c)
    vonzshik committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    e2b6731 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Configuration menu
    Copy the full SHA
    4d7d09f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Add support for multiple client certificates (#6162)

    Fixes #6152
    
    (cherry picked from commit 5d073da)
    vonzshik committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    c7bb8bc View commit details
    Browse the repository at this point in the history
  2. Fix getting wrong schema with CommandBehavior.SchemaOnly and autoprep…

    …are (#6040)
    
    Fixes #6038
    
    (cherry picked from commit 5ede53c)
    vonzshik committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    3b6c74c View commit details
    Browse the repository at this point in the history
Loading