-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: dotnet/efcore
base: f7be8b3
head repository: dotnet/efcore
compare: a5bc598
- 11 commits
- 120 files changed
- 7 contributors
Commits on Mar 2, 2022
-
Map check constraints only to the tables for which they are declared
Return null name for constraints on entity types not mapped to a table Change calls from Array.Empty to Enumerable.Empty Fixes #24219
Configuration menu - View commit details
-
Copy full SHA for 786cb40 - Browse repository at this point
Copy the full SHA 786cb40View commit details
Commits on Mar 3, 2022
-
Update dependencies from https://github.com/dotnet/runtime build 2022…
…0227.1 (#27514) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 41a753d - Browse repository at this point
Copy the full SHA 41a753dView commit details
Commits on Mar 4, 2022
-
Stop wrapping single changes in transactions where possible (#27500)
Closes #27439 Closes #27507 Co-authored-by: Andriy Svyryd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe5bebc - Browse repository at this point
Copy the full SHA fe5bebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ea987 - Browse repository at this point
Copy the full SHA 49ea987View commit details
Commits on Mar 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e8b51bd - Browse repository at this point
Copy the full SHA e8b51bdView commit details
Commits on Mar 7, 2022
-
Update dependencies from https://github.com/dotnet/runtime build 2022…
…0307.1 (#27585) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 96aeb2d - Browse repository at this point
Copy the full SHA 96aeb2dView commit details -
Update dependencies from https://github.com/dotnet/arcade build 20220…
…304.3 (#27586) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 094766b - Browse repository at this point
Copy the full SHA 094766bView commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66a53b7 - Browse repository at this point
Copy the full SHA 66a53b7View commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac143e6 - Browse repository at this point
Copy the full SHA ac143e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a3ee7 - Browse repository at this point
Copy the full SHA e1a3ee7View commit details -
Fix to #27423 - Renaming and dropping columns with Temporal Tables ge…
…nerates faulty migration Problem is that when we drop column from the history table we need to disable versioning (and drop columns in both tables separately). However, since we have disabled the period, renaming (and other operations) also needs to happen for both tables now and we don't do it. So the column is only renamed for the temporal table and the name in history table stays the same. When we try to switch versioning back on the exception is thrown. Fix is to flow the information to ColumnOperations that the column is part of a temporal table and when we process the migrations, if the versioning for the temporal table has been disabled, mirror the necessary operation(s) to the history table also. Fixes #27423
Configuration menu - View commit details
-
Copy full SHA for a5bc598 - Browse repository at this point
Copy the full SHA a5bc598View commit details
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 f7be8b3...a5bc598