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
Christopher Jolly d20cafa6bf
Cleanup unneeded code (#246)
* remove some unnecessary stuff
2 years ago
..
BulkUpdates Update dependency to EF Core 8.0.2 (#221) 2 years ago
GraphUpdates Update to .Net 5 (#99) 4 years ago
GreenTests Cleanup unneeded code (#246) 2 years ago
Migrations Add some further testbases 2 years ago
Properties Move from AZDO to GitHub Actions. (#148) 2 years ago
Query Up date to latest ef core dependency (#244) 2 years ago
Scaffolding Some sql output only fixes 2 years ago
TestModels/Northwind Update to .Net 8 2 years ago
TestUtilities Update some tests (#213) 2 years ago
Update ODBC Fixes (#220) 2 years ago
BatchingTest.cs Use a different string for the ReallyLargeString. When using the new line the string concatenation of chr(10) & chr(13) etc became too complex for Jet 2 years ago
BuiltInDataTypesJetTest.cs Cleanup unneeded code (#246) 2 years ago
CommandConfigurationTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
CommandInterceptionJetTest.cs Update baseline assertions to support ODBC parameter placeholders. 6 years ago
ComplexTypesTrackingJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
CompositeKeyEndToEndJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
ComputedColumnTest.cs Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
ConcurrencyDetectorDisabledJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
ConcurrencyDetectorEnabledJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
ConferencePlannerJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
ConnectionInterceptionJetTest.cs Interception tests (#171) 2 years ago
ConnectionSpecificationTest.cs Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
ConvertToProviderTypesJetTest.cs SupportsAnsi should be false 2 years ago
CustomConvertersJetTest.cs SupportsAnsi should be false 2 years ago
DataAnnotationJetTest.cs Update to .Net 8 2 years ago
DataBindingJetTest.cs Update to .Net 8 2 years ago
DbContextPoolingTest.cs Upgrade DbContextPooling tests 2 years ago
DefaultValuesTest.cs Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
DesignTimeJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
EFCore.Jet.FunctionalTests.csproj Db model factory updates (#166) 2 years ago
EntitySplittingSqlServerTest.cs ODBC Fixes (#220) 2 years ago
EverythingIsBytesJetTest.cs Use a different string for the ReallyLargeString. When using the new line the string concatenation of chr(10) & chr(13) etc became too complex for Jet 2 years ago
EverythingIsStringsJetTest.cs SupportsAnsi should be false 2 years ago
ExecutionStrategyTest.cs more tests 2 years ago
ExistingConnectionTest.cs Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
F1JetFixture.cs Update to .Net 5 (#99) 4 years ago
FieldMappingJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
FieldsOnlyLoadJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
FindJetTest.cs Update tests 3 years ago
JetApiConsistencyTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
JetComplianceTest.cs Remove unsupported tests 2 years ago
JetConfigPatternsTest.cs Interception tests (#171) 2 years ago
JetDatabaseCreatorTest.cs Minor updates 2 years ago
JetEndToEndTest.cs Minor updates 2 years ago
JetFixture.cs Fix some string resources 3 years ago
JetMigrationsSqlGeneratorTest.cs more tests 2 years ago
JetServiceCollectionExtensionsTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
JetValueGenerationScenariosTest.cs Update tests 3 years ago
JsonTypesJetTest.cs Improve support for primitive collections and Json Types (#159) 2 years ago
KeysWithConvertersJetTest.cs Configure these without a connection string. These set up the connection later on 2 years ago
LazyLoadProxyJetTest.cs Fix tests (especially from `SimpleQueryJetTest`). 6 years ago
LoadJetTest.cs Update to .Net 8 2 years ago
LoggingJetTest.cs Add the default warning config in. Some of the defaults set warnings to throw instead of Log 2 years ago
ManyToManyFieldsLoadSqlServerTest.cs ODBC Fixes (#220) 2 years ago
ManyToManyLoadSqlServerTest.cs ODBC Fixes (#220) 2 years ago
ManyToManyTrackingGeneratedKeysSqlServerTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
ManyToManyTrackingJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
ManyToManyTrackingJetTestBase.cs Use the correct function in SQL for Date (Jet doesn't do GetUTCDate) 2 years ago
ManyToManyTrackingProxyGeneratedKeysJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
ManyToManyTrackingProxyJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
MaterializationInterceptionJetTest.cs Update to .Net 8 2 years ago
MigrationsInfrastructureJetTest.cs Update EF Core (#233) 2 years ago
ModelBuilding101JetTest.cs Configure these without a connection string. These set up the connection later on 2 years ago
MonsterFixupChangedChangingJetTest.cs Rename some extension methods so that it doesn't interfere with other providers (namely sql server) 3 years ago
MusicStoreJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
NotificationEntitiesJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
OptimisticConcurrencyJetTest.cs Move the SkipTake to its own processor (#206) 2 years ago
OverzealousInitializationJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
PropertyValuesJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
QueryExpressionInterceptionJetTestBase.cs Add some further testbases 2 years ago
SaveChangesInterceptionJetTest.cs Add some further testbases 2 years ago
SeedingJetTest.cs Update tests 3 years ago
SequentialGuidEndToEndTest.cs Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
SerializationJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
StoreGeneratedFixupJetTest.cs Use GenGUID function for DefaultValueSql instead of the undefined newid 3 years ago
StoreGeneratedJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
StoreGeneratedSqlServerTestBase.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
TPTTableSplittingJetTest.cs ODBC Fixes (#220) 2 years ago
TableSplittingJetTest.cs ODBC Fixes (#220) 2 years ago
TpcManyToManyTrackingJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
TptManyToManyTrackingJetTest.cs Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
TransactionInterceptionJetTest.cs [Tests]: Update tests 3 years ago
TransactionJetTest.cs Some sql output only fixes 2 years ago
TwoDatabasesJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
ValueConvertersEndToEndJetTest.cs Misc test fixes (#196) 2 years ago
WithConstructorsJetTest.cs Update to .Net 5 (#99) 4 years ago
config.json DISTINCT AND TOP can't be in the same stateement with Jet. Push DISTINCT into a subquery 2 years ago
test.runsettings Update to .Net 8 2 years ago