You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.FunctionalTests/Query
Christopher Jolly 7b6ee168e2
Properly read and write UTC values for DateTimeOffset (#188)
MS Access does not have a DateTimeOffset data type so the value should be converted to UTC and saved as a normal date/time

This fixes 2 things

Regression in 7.0 series where the DateTimeOffset was being written as Local time and not UTC.
When reading the value and converting from a DateTime, the Offset value ended up being implicitly set to the systems local time zone offset. A DateTimeOffset from a UTC value should actually have an offset of 0. This has been wrong since the 2.2 series
2 years ago
..
ComplexNavigationsCollectionsQueryJetTest.cs
ComplexNavigationsCollectionsSplitQueryJetTest.cs
ComplexNavigationsQueryJetFixture.cs
ComplexNavigationsQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
ComplexNavigationsSharedTypeQueryJetFixture.cs
ComplexTypeQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
CompositeKeysQueryJetFixture.cs
CompositeKeysQueryJetTest.cs
CompositeKeysSplitQueryJetTest.cs
DbFunctionsJetTest.cs Skip tests where Jet has no support 2 years ago
Ef6GroupByJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
EntitySplittingQueryJetTest.cs Update tests 2 years ago
FromSqlQueryJetTest.cs
FromSqlSprocQueryJetTest.cs Remove tag lines/comments from the sql to be executed 2 years ago
FunkyDataQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
GearsOfWarFromSqlQueryJetTest.cs Revert pull-in of GearsOfWar related classes and remove constraint (#145) 2 years ago
GearsOfWarQueryJetFixture.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
GearsOfWarQueryJetTest.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
IncludeOneToOneJetTest.cs
InheritanceRelationshipsQueryJetFixture.cs
InheritanceRelationshipsQueryJetTest.cs
ManyToManyHeterogeneousQueryJetTest.cs
ManyToManyNoTrackingQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
ManyToManyQueryJetFixture.cs
ManyToManyQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
MappingQueryJetTest.cs
NavigationTest.cs Update some tests due to .Net 8 changing the order of certain phrases 2 years ago
NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
NorthwindAsNoTrackingQueryJetTest.cs
NorthwindAsTrackingQueryJetTest.cs
NorthwindChangeTrackingQueryJetTest.cs
NorthwindCompiledQueryJetTest.cs
NorthwindEFPropertyIncludeQueryJetTest.cs
NorthwindFunctionsQueryJetTest.Functions.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
NorthwindGroupByQueryJetTest.cs Update tests 2 years ago
NorthwindIncludeNoTrackingQueryJetTest.cs
NorthwindIncludeQueryJetTest.cs
NorthwindJoinQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
NorthwindKeylessEntitiesQueryJetTest.cs
NorthwindMiscellaneousQueryJetTest.cs Improve handling of scalar subqueries in order by clause (#177) 2 years ago
NorthwindNavigationsQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
NorthwindQueryFiltersQueryJetTest.cs
NorthwindQueryJetFixture.cs
NorthwindQueryTaggingQueryJetTest.cs Fix more tests to no expect a tag line in the sql 2 years ago
NorthwindSelectQueryJetTest.cs
NorthwindSetOperationsQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
NorthwindSplitIncludeNoTrackingQueryJetTest.cs
NorthwindSplitIncludeQueryJetTest.cs
NorthwindSqlQueryJetTest.cs
NorthwindStringIncludeQueryJetTest.cs
NorthwindWhereQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
NullKeysJetTest.cs
NullSemanticsQueryJetFixture.cs
NullSemanticsQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
OperatorsProceduralJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
OperatorsQueryJetTest.cs Remove JsonQuery and JsonUpdate tests as none work and will never work. 2 years ago
OwnedEntityQuerySqlServerTest.cs Revert "Fix build errors." 2 years ago
OwnedQueryJetTest.cs
PrimitiveCollectionsQueryJetTest.cs Ensure all tests overriden in this class 2 years ago
QueryBugsTest.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
QueryFilterFuncletizationJetTest.cs
QueryLoggingJetTest.cs
QueryNoClientEvalJetTest.cs
SharedTypeQueryJetTest.cs
SimpleQueryJetTest.cs Fix tests resulting in opposite provider type exceptions. 2 years ago
SqlExecutorJetTest.cs More test updates 2 years ago
SqlQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
TPCFiltersInheritanceQueryJetFixture.cs
TPCFiltersInheritanceQueryJetTest.cs
TPCGearsOfWarQueryJetFixture.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
TPCGearsOfWarQueryJetTest.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
TPCInheritanceQueryJetFixture.cs
TPCInheritanceQueryJetFixtureBase.cs
TPCInheritanceQueryJetTest.cs
TPCInheritanceQueryJetTestBase.cs
TPCManyToManyNoTrackingQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
TPCManyToManyQueryJetFixture.cs
TPCManyToManyQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
TPCRelationshipsQueryJetTest.cs Update tests 2 years ago
TPHInheritanceQueryJetFixture.cs Add some further testbases 2 years ago
TPHInheritanceQueryJetTest.cs Test updates 2 years ago
TPTFiltersInheritanceQueryJetFixture.cs
TPTFiltersInheritanceQueryJetTest.cs
TPTGearsOfWarQueryJetFixture.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
TPTGearsOfWarQueryJetTest.cs Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
TPTInheritanceQueryJetFixture.cs
TPTInheritanceQueryJetTest.cs
TPTManyToManyNoTrackingQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
TPTManyToManyQueryJetFixture.cs
TPTManyToManyQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
TPTRelationshipsQueryJetTest.cs
ToSqlQueryJetTest.cs
UdfDbFunctionJetTests.cs
WarningsJetTest.cs