forked from DataObjects-NET/dataobjects-net
-
Notifications
You must be signed in to change notification settings - Fork 3
Merge upstream #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge upstream #406
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- added alphabetical index for namespaces to not search position from start all the time - fixed issue of namespaces with one type - added extra measure to not allow forever-loops
- Apply alphabetical index over biggest subnamespaces "Issues" and "Upgrade" - small optimizations - majority of models are less than 6 items so window is decreaded, it will affect big models of 100s types but it is already faster - registration extension moved to TestHelper
…ypes-registration-imp Tests infrastructure improvements - domain types' registration with cache
- fixed check requirements on wrong method for RequireProviderAttributes - added attribute for ignoring tests in Github actions environments. Some tests are always failing and there is not suitable way to mute them, such attribute will mute them but only in Github Actions.
- sometimes using such generates op_Implicit conversion before accessing members which we support. We skip this conversion in case of DateTimeOffset
More clear code and hopefully better enumeration performance
- compiler uses new structure of closure types, added support for it
…hout FK itself in MySQL it causes issues
and apply it to some tests
in certail providers
Though MySQL min datetime value is 1000-01-01, if default value for column is true dotnet min value, the RDBMS doesn't rewrite it with true min value
MySQL has different precision so version on reading will be cut to 6 digits of precision but dotnet one has 7, so equality will never be true
It has max row size that cannot have a lot of varchar(4000) columns
# Conflicts: # Containers/ReadMe.md
# Conflicts: # Orm/Xtensive.Orm.Tests.Framework/Orm.config
# Conflicts: # Containers/firebird/init-firebird-instance.sh
# Conflicts: # .github/workflows/reusable-storage-independant-tests.yml
# Conflicts: # Extensions/Xtensive.Orm.BulkOperations/Internals/SetOperation.cs # Orm/Xtensive.Orm.MySql/Sql.Drivers.MySql/v5_0/Extractor.cs # Orm/Xtensive.Orm.Tests.Framework/TestHelper.cs # Orm/Xtensive.Orm.Tests.Sql/DateTimeIntervalTest.cs # Orm/Xtensive.Orm.Tests.Sql/ExceptionTypesTest.cs # Orm/Xtensive.Orm.Tests.Sql/PostgreSql/SqlDomTests.cs # Orm/Xtensive.Orm.Tests.Sql/SavepointsTest.cs # Orm/Xtensive.Orm.Tests.Sql/TypeMappingTest.cs # Orm/Xtensive.Orm.Tests/Issues/IssueJira0587_KeyComparisonBug.cs # Orm/Xtensive.Orm.Tests/Linq/DateTimeAndDateTimeOffset/DateTime/OperationsTest.cs # Orm/Xtensive.Orm.Tests/Linq/DateTimeAndDateTimeOffset/DateTimeOffset/PartsExtractionTest.cs # Orm/Xtensive.Orm.Tests/Storage/FieldDefaultValueTest.cs # Orm/Xtensive.Orm.Tests/Storage/Prefetch/PrefetchManagerBasicTest.cs # Orm/Xtensive.Orm.Tests/Storage/Providers/Sql/StringOperationsTest.cs # Orm/Xtensive.Orm.Tests/Storage/TypeCompatibilityTest.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.