Boris Djurdjevic
Boris Djurdjevic
v9.0.0-rc.1 is now published on nuget. Will be updated to full release as soon as Mysql v9 is also fully release, expecting it to be in a few days.
@evicio1 are you using one of configs _SynchronizeFilter_ or _SynchronizeSoftDelete_ ?
@evicio1 Can you write entire test for this (or alter existing one for BulkSync), not able to repreduce it. Still I can see where the bug is but don't have...
@evicio1 I have integrate it and made a commit. Can you take the latest source and check that it works for you case.
Also provider specific nugets for MS, PG and LT are now published in full release 9.0.0. MY is not and also Main, that has all providers, is not since MySql...
New versions with latest source are published v 8.1.3 for EF8 and v 9.0.1 for EF9. Make a test for the issue with these versions.
Hi, thx for suggestions. If you are willing to amend those details and make a PR.
Hi, I did not have plan to support that nor Informix, but you might give it a try. I assume having this integrated would suit you and also others. I...
When having PKs with default values you should use it without IncludeGraph in which case you need to call BulkInsert(s) separately with lists for each table. Example of default value...
With latest v5.3.2 it should now work even when using IncludeGraph.