| .. |
|
GraphUpdates
|
Update to .Net 5 (#99)
|
4 years ago |
|
Properties
|
Fix DateTime fractions logic and make milliseconds support opt-in (#86)
|
5 years ago |
|
Query
|
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
|
2 years ago |
|
Scaffolding
|
Update tests
|
3 years ago |
|
TestUtilities
|
Set query splitting behaviour. Prevents errors due to it not being set
|
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
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
CommandInterceptionJetTest.cs
|
Update baseline assertions to support ODBC parameter placeholders.
|
6 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 |
|
ConcurrencyDetectorJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
ConferencePlannerJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
ConnectionInterceptionJetTest.cs
|
Initial ef7 update
|
3 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
|
Initial ef7 update
|
3 years ago |
|
DataBindingJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
DbContextPoolingTest.cs
|
Initial ef7 update
|
3 years ago |
|
DefaultValuesTest.cs
|
Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75)
|
5 years ago |
|
EFCore.Jet.FunctionalTests.csproj
|
Update to EF 7 GA version
|
3 years ago |
|
EverythingIsBytesJetTest.cs
|
Fix byte array stuff
|
3 years ago |
|
EverythingIsStringsJetTest.cs
|
Update tests
|
3 years ago |
|
ExecutionStrategyTest.cs
|
Replace SQL related square brackets with backticks in all code and script files.
|
6 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 |
|
FindJetTest.cs
|
Update tests
|
3 years ago |
|
JetComplianceTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
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
|
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 |
|
LazyLoadProxyJetTest.cs
|
Fix tests (especially from `SimpleQueryJetTest`).
|
6 years ago |
|
LoadJetTest.cs
|
Enable nullable on src projects (not tests)
|
3 years ago |
|
LoggingJetTest.cs
|
Initial ef7 update
|
3 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
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
NotificationEntitiesJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
OptimisticConcurrencyJetTest.cs
|
Update to .Net 5 (#99)
|
4 years ago |
|
PropertyEntryJetTest.cs
|
Fix tests (especially from `SimpleQueryJetTest`).
|
6 years ago |
|
PropertyValuesJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
SeedingJetTest.cs
|
Update tests
|
3 years ago |
|
SequentialGuidEndToEndTest.cs
|
Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75)
|
5 years ago |
|
StoreGeneratedFixupJetTest.cs
|
Use GenGUID function for DefaultValueSql instead of the undefined newid
|
3 years ago |
|
StoreGeneratedJetTest.cs
|
Rename some extension methods so that it doesn't interfere with other providers (namely sql server)
|
3 years ago |
|
TableSplittingJetTest.cs
|
Update tests
|
3 years ago |
|
TransactionInterceptionJetTest.cs
|
[Tests]: Update tests
|
3 years ago |
|
TransactionJetTest.cs
|
[Tests]: Update tests
|
3 years ago |
|
UpdatesJetTest.cs
|
Initial ef7 update
|
3 years ago |
|
WithConstructorsJetTest.cs
|
Update to .Net 5 (#99)
|
4 years ago |
|
config.json
|
Revert "Set the precision to be maximum of 28 (Jet limit)."
|
3 years ago |