-
Notifications
You must be signed in to change notification settings - Fork 35
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 12 files changed
- 2 contributors
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2857ef1 - Browse repository at this point
Copy the full SHA 2857ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe22cb - Browse repository at this point
Copy the full SHA 1fe22cbView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fcc9aa0 - Browse repository at this point
Copy the full SHA fcc9aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aee689 - Browse repository at this point
Copy the full SHA 4aee689View commit details -
Refs: #40 Replace
System.Data.SqlClientwith `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.
Configuration menu - View commit details
-
Copy full SHA for 37dea7e - Browse repository at this point
Copy the full SHA 37dea7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b82b72a - Browse repository at this point
Copy the full SHA b82b72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57de517 - Browse repository at this point
Copy the full SHA 57de517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56748b7 - Browse repository at this point
Copy the full SHA 56748b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0269f6 - Browse repository at this point
Copy the full SHA e0269f6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9.1.2...9.2.0