nicovil
nicovil
I'm trying to make the provider work in .net 6 and there are several changes between frameworks. One big change was in Migration, I think I'm missing something in IDesignTimeServices....
> I have got "[Disable savepoint API, because it is not supported by Jet](https://github.com/bubibubi/EntityFrameworkCore.Jet/pull/126)" issue while using EFCore.Jet.NET6 codebase. > > In general (on first glance, after a few tests...
> @ShamilS @nicovil That issue and fix was after my experimental build. I should probably look at merging all the fixes since then and produce a new build @ChrisJollyAU That...
For more information, I'm using this workaround to create the database when using JET provider: ``` var databaseCreator = JetDatabaseCreator.CreateInstance(SchemaProviderType.Adox); databaseCreator.CreateDatabase(theConnectionString); ``` This one works and creates the empty database,...
Hi @lauxjpn. Sorry for the confusion, what's wrong is the first sentence. Where it says: When executing Migrate or MigrateAsync, it doesn't matter which connection string we use, the provider...
@ChrisJollyAU I just cloned your branch (I didn't knew you had one for .net 7). I noticed that the dependencies.targets file is outdated, so I changed DotnetRuntimeVersion dependency from 6.0.10...
Additional context: Looks like changing to **createWebHashHistory** makes everything work, however I'm not sure if this change will affect anything else.