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/efcore.pg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18d07c5
Choose a base ref
...
head repository: npgsql/efcore.pg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 52a6b9f
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 17, 2024

  1. Bump version to 8.0.11

    roji committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    15ce73e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fix JsonValueReaderWriter check to support polymorphism (#3339)

    Fixes #3169
    
    (cherry picked from commit 45c8227)
    roji committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    52e427f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Fix arrays over user-defined ranges (#3342)

    Fixes #3137
    
    (cherry picked from commit 592588d)
    roji committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8a2dc0c View commit details
    Browse the repository at this point in the history
  2. Don't open connection if already open when reloading types (#3343)

    Fixes #3210
    
    (cherry picked from commit 4078905)
    roji committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    57167f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Invoke connection interceptor before tweaking connection string in Ex…

    …ists() (#3349)
    
    Fixes #2880
    
    (cherry picked from commit ff8513a)
    roji committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    eaafa44 View commit details
    Browse the repository at this point in the history
  2. Add tstzrange to NpgsqlRange<DateTimeOffset> (#3351)

    Fixes #3182
    
    (cherry picked from commit eca0184)
    roji committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e38ff7b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix error around mapping Nullable<JsonElement> (#3353)

    Fixes #2977
    
    (cherry picked from commit b875f5d)
    roji committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    157ea2e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump Npgsql and EF versions

    roji committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    52a6b9f View commit details
    Browse the repository at this point in the history
Loading