10000 Comparing 9.1.2...9.2.0 · NEventStore/NEventStore.Persistence.SQL · GitHub
[go: up one dir, main page]

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: NEventStore/NEventStore.Persistence.SQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.1.2
Choose a base ref
...
head repository: NEventStore/NEventStore.Persistence.SQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.2.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 31, 2023

  1. Merge tag '9.1.1' into develop

    9.1.1
    AGiorgetti committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2857ef1 View commit details
    Browse the repository at this point in the history
  2. Merge tag '9.1.2' into develop

    9.1.2
    AGiorgetti committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1fe22cb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Replaced System.Data.SqlClient with Microsoft.Data.SqlClient for non-…

    …net462 targets.
    Esben Bach authored and AGiorgetti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fcc9aa0 View commit details
    Browse the repository at this point in the history
  2. Added leftout System.Data.SqlClient for net462

    Esben Bach authored and AGiorgetti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4aee689 View commit details
    Browse the repository at this point in the history
  3. Refs: #40 Replace System.Data.SqlClient with `Microsoft.Data.SqlCli…

    …ent`
    
    This commit includes a significant change where the `System.Data.SqlClient` package has been replaced with `Microsoft.Data.SqlClient` across multiple files. This is a breaking change and is highlighted in the `Changelog.md` file. The `Microsoft.Data.SqlClient` package is the latest and recommended data provider for SQL Server.
    
    The connection string for `NEventStore.MsSql` in the `README.md` file has been updated. The `.editorconfig` file now includes new rules for code formatting and style. The `NEventStore.Persistence.Sql.nuspec` file and several project files have been updated to replace the `System.Data.SqlClient` dependency with `Microsoft.Data.SqlClient`.
    
    Several test files have been updated to use `Microsoft.Data.SqlClient` and their code formatting has been updated. The `using System.Data.SqlClient;` and `using Microsoft.Data.SqlClient;` statements have been removed from the `MsSqlDialect.cs` file, and the `using System;` statement has been added.
    
    The `#if NET462` preprocessor directive and its associated code have been removed. The `SqlException` class from the `System.Data.SqlClient` namespace has been replaced with the `SqlException` class from the `Microsoft.Data.SqlClient` namespace in the `IsDuplicate` method.
    
    Lastly, the `MsSqlDialect` and `MsSql2005Dialect` classes have been restructured but their functionality remains the same.
    AGiorgetti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    37dea7e View commit details
    Browse the repository at this point in the history
  4. Updated docker readme file

    AGiorgetti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b82b72a View commit details
    Browse the repository at this point in the history
  5. Updated Changelog

    AGiorgetti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    57de517 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56748b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0269f6 View commit details
    Browse the repository at this point in the history
Loading
0