forked from DataObjects-NET/dataobjects-net
-
Notifications
You must be signed in to change notification settings - Fork 3
Merge upstream #379
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 #379
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
and pass postgre abstract driver to compiler/typemapper not the generic one ALSO - Added setting of two Postgre AppDomain switches. The first one disables DateTime/DateOnly/DateTimeOffset's min and max value conversion to Infinity/-Infinity, without it many of operations with the types are more complicated because require checks for infinities to provide correct results of queries. Second one disable legacy timestamps behavior, this legacy mode can be removed at any point of time in future we can't rely on it.
…ing count of points
…eOffset Since we have to support Npgsql conversion of the values to infinity/-infinity we need to test such behavior
Switches are initialized in global test setup via TestConfiguration if necessary
…ersion Server-side version has reduced fractions which can cause problems on comparison with .NET values.
- Some tests became Postgre-only - removed temporary logging of commands
no loading data from server
# Conflicts: # Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v8_0/Compiler.cs # Orm/Xtensive.Orm.Tests.Sql/PostgreSql/IntervalToMillisecondsTest.cs
Tests require PostgreSQL so model should not have them in model
…move-obsoletes Remove obsolete members that was marked so in 7.1 or earlier
# Conflicts: # ChangeLog/7.2.0-Beta-2-dev.txt
…ckages-update Nuget packages updated
starting from PostgreSQL 13
…-trimscale Apply 'trim_scale' function to results of aggregation to improve compatibility with .NET decimal
…test-npgsql Update to Npgsql package to 9.0.3
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.