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: 43e15ee
Choose a base ref
...
head repository: npgsql/npgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c641eb2
Choose a head ref
  • 13 commits
  • 20 files changed
  • 5 contributors

Commits on Oct 5, 2025

  1. Bump version to 8.0.9

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

Commits on Oct 15, 2025

  1. Fix db.client.connections.create_time metric with .NET 6 (#6248)

    Fixes #6247
    
    (cherry picked from commit 3fb8541)
    vonzshik committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    09861a1 View commit details
    Browse the repository at this point in the history
  2. Fix compilation after 09861a1

    vonzshik committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    4b2b909 View commit details
    Browse the repository at this point in the history
  3. 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
    b732322 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
    a5bede5 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
    03a6ae2 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)
    
    # Conflicts:
    #	test/Npgsql.Tests/Types/NumericTests.cs
    vonzshik committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    079c3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf1a96b 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
    686e1b9 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
    3e90843 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
    cc260f0 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
    dbd9be9 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
    c641eb2 View commit details
    Browse the repository at this point in the history
Loading