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: v9.0.3
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: v9.0.4
Choose a head ref
  • 9 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 17, 2025

  1. Bump version to 9.0.4

    roji committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    e4a74e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Fix calling base method in NpgsqlMigrationsSqlGenerator (#3443)

    Fixes #3440
    
    (cherry picked from commit 83f2cc3)
    roji committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    badb51e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Generate UUIDv7 values for value-generated strings (#3462)

    Fixes #3460
    
    (cherry picked from commit 16841f9)
    roji committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    953ad1c View commit details
    Browse the repository at this point in the history
  2. Stop testing on PG12 (out of support)

    (cherry picked from commit 3cbdba4)
    roji committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    e952c84 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Always close connection after reloading types in migration. (#3465)

    Closes #3464
    
    (cherry picked from commit 786b635)
    marcusber authored and roji committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    6a34455 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Fix nullability for IndexOf (array_position) (#3477)

    Fixes #3474
    
    (cherry picked from commit 0212cae)
    roji committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    0fdf784 View commit details
    Browse the repository at this point in the history
  2. Preserve collation when changing column type (#3479)

    Fixes #3476
    
    (cherry picked from commit e327d6b)
    roji committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    4bf3248 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Preserve ConfigureDataSource() callback when applying other context o…

    …ptions (#3482)
    
    Fixes #3478
    
    (cherry picked from commit 0db010c)
    roji committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    80ec4ae View commit details
    Browse the repository at this point in the history
  2. Bump Npgsql to 9.0.3

    roji committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    fd23809 View commit details
    Browse the repository at this point in the history
Loading