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

Commits on Oct 5, 2025

  1. Bump version to 9.0.5

    roji committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    88b6bb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Configuration menu
    Copy the full SHA
    3fb8541 View commit details
    Browse the repository at this point in the history
  2. Fix a few issues with type mappings for schema generator (#6241)

    Fixes #6240
    
    (cherry picked from commit 6d2f348)
    vonzshik committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5dfd2e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Respect configured schemas in enum field loading (#6268)

    Closes #6246
    
    (cherry picked from commit 62fd0ad)
    NinoFloris committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    0d526a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Incorrect multi-threading synchronization in NpgsqlDataSource.UpdateD…

    …atabaseState() (#6114)
    
    Co-authored-by: Serostanov Artem Sergeevich <aserostanov@ozon.ru>
    (cherry picked from commit 153b91f)
    2 people authored and NinoFloris committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    cd9a7ab View commit details
    Browse the repository at this point in the history
  2. Fix inclusive infinity upper bound interval conversion (#6270)

    Closes #6080
    
    (cherry picked from commit 2ef750c)
    NinoFloris committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    22edc23 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. handles SSL ConnectionReset on Windows; fixes #6274 (#6287)

    Fixes #6274
    
    (cherry picked from commit ed512e5)
    trivalik authored and vonzshik committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    04304d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Fix returning properties from NpgsqlConnectionStringBuilder.GetProper…

    …ties (#6290)
    
    Fixes #6289
    
    (cherry picked from commit ce11aaa)
    vonzshik committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    8bb2db2 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Fix reading numerics as BigInteger (#6385)

    Fixes #6383
    
    (cherry picked from commit 381b0fa)
    vonzshik committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    603024f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Do not include password in data source name with Persist Security Inf…

    …o=true (#6395)
    
    Closes #6394
    
    (cherry picked from commit 847d69f)
    roji committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    bf3dd9b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Fix reading BigInteger with composites (#6390)

    Fixes #6389
    
    (cherry picked from commit 3c53568)
    vonzshik committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    10c40c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Fix per instance nullability converter resolver info code (#6435)

    (cherry picked from commit aed30af)
    NinoFloris committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    d5c5bff View commit details
    Browse the repository at this point in the history
  2. Fix delayed converter resolution for nullables (#6453)

    (cherry picked from commit 013e771)
    NinoFloris committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    cc8772d View commit details
    Browse the repository at this point in the history
  3. Respect handleOrdinates also when writing geometry (#6380)

    (cherry picked from commit b18dd17)
    bjornharrtell authored and NinoFloris committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    6c91ba8 View commit details
    Browse the repository at this point in the history
  4. Fix test

    roji committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    45e7540 View commit details
    Browse the repository at this point in the history
Loading