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: v7.0.4
Choose a base ref
...
head repository: npgsql/npgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.6
Choose a head ref
  • 15 commits
  • 24 files changed
  • 4 contributors

Commits on Apr 24, 2023

  1. Bump version to 7.0.6

    roji committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    faf3268 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. FIx multiple hosts with disabled sql rewriting (#5056)

    Fixes #5055
    
    (cherry picked from commit e4c0d3f)
    vonzshik committed May 12, 2023
    Configuration menu
    Copy the full SHA
    10a23e2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Treat pg_users.user_sysid as uint rather than int (#5057)

    (cherry picked from commit 60c4f52)
    rafiss authored and roji committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8acf7cd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Always parse the timeline id as uint (#5102)

    This is required to support PostgreSQL 16+
    Brar authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9ef9f27 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Add empty constructors to Npgsql{Path,Polygon} (#5114)

    (cherry picked from commit 1b8bb7e)
    roji committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d7e9bb8 View commit details
    Browse the repository at this point in the history
  2. Fix reading a single char with TextHandler (#5111)

    Fixes #5110
    
    (cherry picked from commit 9feab3c)
    vonzshik committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4e76cbf View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix seek for ColumnStream (#5224)

    Fixes #5223
    
    (cherry picked from commit 820cfcd)
    vonzshik committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    60eeb0b View commit details
    Browse the repository at this point in the history
  2. Fix potential lost messages/protocol desync after resetting oversize …

    …buffer (#5219)
    
    Fixes #5218
    
    (cherry picked from commit 9ce3ba0)
    
    # Conflicts:
    #	test/Npgsql.Tests/CommandTests.cs
    vonzshik committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f60a04e View commit details
    Browse the repository at this point in the history
  3. Fix possible nre while writing to RawCopyStream after break (#5213)

    Fixes #5209
    
    (cherry picked from commit d8c70e5)
    
    # Conflicts:
    #	test/Npgsql.Tests/CopyTests.cs
    vonzshik committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    29d9395 View commit details
    Browse the repository at this point in the history
  4. Fix possible protocol desync with SchemaOnly and auto prepare (#5221)

    Fixes #5220
    
    (cherry picked from commit 8c0e93b)
    vonzshik committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8060929 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Fix possible race condition with unprepare (#5228)

    Fixes #5227
    
    (cherry picked from commit 0ac21a3)
    vonzshik committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    55c644e View commit details
    Browse the repository at this point in the history
  2. Fix DeriveParametersForQuery not waiting for sendTask to complete (#5230

    )
    
    Fixes #5229
    
    (cherry picked from commit 255c5ba)
    vonzshik committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3b57938 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Make CreateBatchCommand return NpgsqlBatchCommand (#5241)

    Closes #5238
    
    (cherry picked from commit 20d0b6c)
    vonzshik committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    87488b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix completing TransactionScope with distributed transaction and undi… (

    #5260)
    
    Fixes #5246
    
    (cherry picked from commit 2d22453)
    vonzshik committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b74afa7 View commit details
    Browse the repository at this point in the history
  2. Test against PG16 in CI (#5262)

    (cherry picked from commit fcebb3a)
    roji committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    eff6b18 View commit details
    Browse the repository at this point in the history
Loading