| .. |
|
BulkUpdates
|
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
|
2 years ago |
|
GraphUpdates
|
…
|
|
|
GreenTests
|
Remove green marked tests as we don't have that test class anymore
|
2 years ago |
|
Migrations
|
Add some further testbases
|
2 years ago |
|
Properties
|
Move from AZDO to GitHub Actions. (#148)
|
2 years ago |
|
Query
|
Ensure all tests overriden in this class
|
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
|
Remove JsonQuery and JsonUpdate tests as none work and will never work.
|
2 years ago |
|
BatchingTest.cs
|
…
|
|
|
BuiltInDataTypesJetTest.cs
|
Further built in types fixes (#170)
|
2 years ago |
|
CommandConfigurationTest.cs
|
…
|
|
|
CommandInterceptionJetTest.cs
|
…
|
|
|
ComplexTypesTrackingJetTest.cs
|
Add some further test classes that JetComplianceTest is not finding implemented
|
2 years ago |
|
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 |
|
ConferencePlannerJetTest.cs
|
…
|
|
|
ConnectionInterceptionJetTest.cs
|
Interception tests (#171)
|
2 years ago |
|
ConnectionSpecificationTest.cs
|
…
|
|
|
ConvertToProviderTypesJetTest.cs
|
…
|
|
|
CustomConvertersJetTest.cs
|
…
|
|
|
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
|
…
|
|
|
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
|
Some updates to the migration/update sql. Main change is if we are doing an INSERT, if there is no values to be read back we don't have to follow it up with a 'SELECT @@ROWCOUNT'
|
2 years ago |
|
EverythingIsBytesJetTest.cs
|
DateOnly/TimeOnly fields are added to hte expected sql
|
2 years ago |
|
EverythingIsStringsJetTest.cs
|
DateOnly/TimeOnly fields are added to hte expected sql
|
2 years ago |
|
ExecutionStrategyTest.cs
|
Fix tests resulting in opposite provider type exceptions.
|
2 years ago |
|
ExistingConnectionTest.cs
|
…
|
|
|
F1JetFixture.cs
|
…
|
|
|
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
|
…
|
|
|
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 JsonQuery and JsonUpdate tests as none work and will never work.
|
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
|
Minor updates
|
2 years ago |
|
JetQueryTriggersTest.cs
|
…
|
|
|
JetServiceCollectionExtensionsTest.cs
|
…
|
|
|
JetTriggersTest.cs
|
…
|
|
|
JetValueGenerationScenariosTest.cs
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
NotificationEntitiesJetTest.cs
|
…
|
|
|
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
|
…
|
|
|
QueryExpressionInterceptionJetTestBase.cs
|
Add some further testbases
|
2 years ago |
|
SaveChangesInterceptionJetTest.cs
|
Add some further testbases
|
2 years ago |
|
SeedingJetTest.cs
|
…
|
|
|
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
|
…
|
|
|
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 updates to the migration/update sql. Main change is if we are doing an INSERT, if there is no values to be read back we don't have to follow it up with a 'SELECT @@ROWCOUNT'
|
2 years ago |
|
TableSplittingJetTest.cs
|
Generate proper SQL for UPDATE and DELETE when we have multiple tables, select expression, joins
|
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
|
…
|
|
|
TransactionJetTest.cs
|
…
|
|
|
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
|
…
|
|
|
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 |