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 61b277d11c Update dependencies and some test fixes 3 years ago
..
ComplexNavigationsQueryJetFixture.cs
ComplexNavigationsQueryJetTest.cs Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported) 3 years ago
DbFunctionsJetTest.cs Test fixes for escaping wild chars 3 years ago
FiltersInheritanceQueryJetFixture.cs Update to .Net 5 (#99) 4 years ago
FiltersInheritanceQueryJetTest.cs Enable nullable on src projects (not tests) 3 years ago
FromSqlQueryJetTest.cs Fix up Design time services to work properly. Add-Migration command in VS will work now 3 years ago
FromSqlSprocQueryJetTest.cs Fix more tests 3 years ago
FunkyDataQueryJetTest.cs Update dependencies and some test fixes 3 years ago
GearsOfWarFromSqlQueryJetTest.cs Gears of War tests now run. 3 years ago
GearsOfWarQueryJetFixture.cs Add extra Gear to the Reports collection of an Officer. We had adjusted a null foreing key to make it work and this makes the expected data match the actual 3 years ago
GearsOfWarQueryJetTest.cs Update dependencies and some test fixes 3 years ago
IncludeOneToOneJetTest.cs
InheritanceQueryJetFixture.cs Update to .Net 5 (#99) 4 years ago
InheritanceQueryJetTest.cs Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported) 3 years ago
InheritanceRelationshipsQueryJetFixture.cs
InheritanceRelationshipsQueryJetTest.cs Update to .Net 5 (#99) 4 years ago
MappingQueryJetTest.cs
NavigationTest.cs Update tests 3 years ago
NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs More test fixes 3 years ago
NorthwindAsNoTrackingQueryJetTest.cs Update to .Net 5 (#99) 4 years ago
NorthwindAsTrackingQueryJetTest.cs Update to .Net 5 (#99) 4 years ago
NorthwindChangeTrackingQueryJetTest.cs Update to .Net 5 (#99) 4 years ago
NorthwindCompiledQueryJetTest.cs More test fixes 3 years ago
NorthwindFunctionsQueryJetTest.Functions.cs More test fixes 3 years ago
NorthwindGroupByQueryJetTest.cs Adjust some SQL results for the modification to the order by boolean 3 years ago
NorthwindIncludeQueryJetTest.cs Fix more tests 3 years ago
NorthwindJoinQueryJetTest.cs Fix more tests 3 years ago
NorthwindKeylessEntitiesQueryJetTest.cs Update dependencies and some test fixes 3 years ago
NorthwindMiscellaneousQueryJetTest.cs Update dependencies and some test fixes 3 years ago
NorthwindNavigationsQueryJetTest.cs Fix more tests 3 years ago
NorthwindQueryFiltersQueryJetTest.cs Fix more tests 3 years ago
NorthwindQueryJetFixture.cs Update dependencies and some test fixes 3 years ago
NorthwindQueryTaggingQueryJetTest.cs Update to .Net 5 (#99) 4 years ago
NorthwindSelectQueryJetTest.cs Jet seems to output bytes only as an array. so a single byte becomes a byte[1] array. Return the first byte of that array in this instance 3 years ago
NorthwindSetOperationsQueryJetTest.cs Fix more tests 3 years ago
NorthwindWhereQueryJetTest.cs More test fixes 3 years ago
NullKeysJetTest.cs
NullSemanticsQueryJetFixture.cs Update to .Net 5 (#99) 4 years ago
NullSemanticsQueryJetTest.cs Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported) 3 years ago
OwnedQueryJetTest.cs Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported) 3 years ago
QueryBugsTest.cs Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported) 3 years ago
QueryFilterFuncletizationJetTest.cs Fix more tests 3 years ago
QueryLoggingJetTest.cs Update to .Net 5 (#99) 4 years ago
QueryNoClientEvalJetTest.cs
SqlExecutorJetTest.cs Update the translator for the string methods to add a couple more: Substring, IndexOf,FirstOrDefault,LastOrDefault 3 years ago
UdfDbFunctionJetTests.cs
WarningsJetTest.cs