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 a594e2f81f DISTINCT AND TOP can't be in the same stateement with Jet. Push DISTINCT into a subquery 2 years ago
..
BulkUpdates update tests 2 years ago
GraphUpdates Update to .Net 5 (#99) 4 years ago
Migrations 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
Properties
Query DISTINCT AND TOP can't be in the same stateement with Jet. Push DISTINCT into a subquery 2 years ago
Scaffolding Update tests 3 years ago
TestModels/Northwind Update to .Net 8 2 years ago
TestUtilities update tests 2 years ago
Update Update to .Net 8 2 years ago
AssemblyInitialization.cs enable and fix tests 3 years ago
BatchingTest.cs Use GenGUID function for DefaultValueSql instead of the undefined newid 3 years ago
BuiltInDataTypesJetTest.cs Fix up Design time services to work properly. Add-Migration command in VS will work now 3 years ago
CommandConfigurationTest.cs
CommandInterceptionJetTest.cs
CompositeKeyEndToEndJetTest.cs
ComputedColumnTest.cs
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
ConcurrencyDetectorJetTest.cs
ConferencePlannerJetTest.cs
ConnectionInterceptionJetTest.cs Initial ef7 update 3 years ago
ConnectionSpecificationTest.cs
ConvertToProviderTypesJetTest.cs enable and fix tests 3 years ago
CustomConvertersJetTest.cs enable and fix tests 3 years ago
DataAnnotationJetTest.cs Update to .Net 8 2 years ago
DataBindingJetTest.cs Update to .Net 8 2 years ago
DbContextPoolingTest.cs Initial ef7 update 3 years ago
DefaultValuesTest.cs
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 Update to .Net 8 2 years ago
EverythingIsBytesJetTest.cs Fix byte array stuff 3 years ago
EverythingIsStringsJetTest.cs Update tests 3 years ago
ExecutionStrategyTest.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
ExistingConnectionTest.cs
F1JetFixture.cs Update to .Net 5 (#99) 4 years ago
FieldMappingJetTest.cs
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
JetConfigPatternsTest.cs [Tests]: Update tests 3 years ago
JetDatabaseCreatorTest.cs Fix some tests to catch DbException and its derived types. Thus catching OdbcException or OleDbException depending on which provider the tests were using 3 years ago
JetEndToEndTest.cs Rename some extension methods so that it doesn't interfere with other providers (namely sql server) 3 years ago
JetFixture.cs Fix some string resources 3 years ago
JetMigrationsSqlGeneratorTest.cs Update tests 3 years ago
JetQueryTriggersTest.cs
JetServiceCollectionExtensionsTest.cs
JetTriggersTest.cs
JetValueGenerationScenariosTest.cs Update tests 3 years ago
KeysWithConvertersJetTest.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
LazyLoadProxyJetTest.cs
LoadJetTest.cs Update to .Net 8 2 years ago
LoggingJetTest.cs Initial ef7 update 3 years ago
ManyToManyFieldsLoadSqlServerTest.cs Use the correct function in SQL for Date (Jet doesn't do GetUTCDate) 2 years ago
ManyToManyLoadSqlServerTest.cs Update to .Net 8 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 tests 3 years ago
MigrationsSqlGeneratorTestBase.cs Update tests 3 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
NotificationEntitiesJetTest.cs
OptimisticConcurrencyJetTest.cs Update to .Net 5 (#99) 4 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
PropertyEntryJetTest.cs
PropertyValuesJetTest.cs
SeedingJetTest.cs Update tests 3 years ago
SequentialGuidEndToEndTest.cs
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 Update to .Net 8 2 years ago
StoreGeneratedSqlServerTestBase.cs Update to .Net 8 2 years ago
TPTTableSplittingJetTest.cs Update to .Net 8 2 years ago
TableSplittingJetTest.cs Update tests 3 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 [Tests]: Update tests 3 years ago
TwoDatabasesJetTest.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
UpdatesJetTPCTest.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
UpdatesJetTPTTest.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
UpdatesJetTest.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
UpdatesJetTestBase.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
ValueConvertersEndToEndJetTest.cs another test update 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