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 6fe74929cf Remove tag lines/comments from the sql to be executed 2 years ago
..
BulkUpdates Test updates 2 years ago
GraphUpdates Update to .Net 5 (#99) 4 years ago
GreenTests Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
Migrations Add some further testbases 2 years ago
Properties Move from AZDO to GitHub Actions. (#148) 2 years ago
Query Remove tag lines/comments from the sql to be executed 2 years ago
Scaffolding Further built in types fixes (#170) 2 years ago
TestModels/Northwind Update to .Net 8 2 years ago
TestUtilities Db model factory updates (#166) 2 years ago
Update More test updates 2 years ago
BatchingTest.cs Use GenGUID function for DefaultValueSql instead of the undefined newid 3 years ago
BuiltInDataTypesJetTest.cs Further built in types fixes (#170) 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 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 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 Add some further testbases 2 years ago
EverythingIsBytesJetTest.cs Fix byte array stuff 3 years ago
EverythingIsStringsJetTest.cs Update tests 3 years ago
ExecutionStrategyTest.cs Fix tests resulting in opposite provider type exceptions. 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 Add some further testbases 2 years ago
JetConfigPatternsTest.cs Interception tests (#171) 2 years ago
JetDatabaseCreatorTest.cs Test updates 2 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 Upgrade EFCore.Jet.FunctionalTests. 6 years ago
JetServiceCollectionExtensionsTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
JetTriggersTest.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 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
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 Add some further testbases 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 Some minor test fixups 2 years ago
TableSplittingJetTest.cs Test updates 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 [Tests]: Update tests 3 years ago
TwoDatabasesJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 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 Update types to expect the correct type. All these have converters that convert to a Long/Int64 which is mapped to decimal(20,0) 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