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

Commits on Feb 24, 2025

  1. Bump version to 8.0.8

    roji committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    8620afd 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
    d52b320 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
    f38f935 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
    8fd4b43 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
    d119175 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
    f032080 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
    afc285a 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
    7bf16b8 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    vonzshik committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    e247566 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
    009a7d9 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
    223d425 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
    2781000 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

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

Commits on Oct 5, 2025

  1. 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
    43e15ee View commit details
    Browse the repository at this point in the history
Loading