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: PhenX/PhenX.EntityFrameworkCore.BulkInsert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.4
Choose a base ref
...
head repository: PhenX/PhenX.EntityFrameworkCore.BulkInsert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.5
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 30, 2025

  1. Enhance temporary table name generation with random suffix for unique…

    …ness (#80)
    
    * Enhance temporary table name generation with random suffix for uniqueness
    
    * Skip tests for Oracle provider due to direct path operation restriction
    
    * Refactor temporary table name generation for Oracle to use an 8-character random suffix for uniqueness and use Shared random generator
    PhenX authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    aacc5cd View commit details
    Browse the repository at this point in the history
  2. Fix table metadata collection for keyless entities (#77)

    * Fix table metadata collection for keyless entities
    
    * Add keyless entity to test context
    Eisfunke authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    0cdcce7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Refactor MetadataProvider to improve table metadata retrieval logic (#81

    )
    
    * Refactor MetadataProvider to improve table metadata retrieval logic
    
    * Improve error handling for keyless entities in MetadataProvider
    PhenX authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    d9546ce View commit details
    Browse the repository at this point in the history
Loading