Closed asktuan closed 5 years ago
Hello @asktuan ,
We tried it on our side but everything seems to work.
Here is an online example: https://dotnetfiddle.net/Mc67z6
Which database provider are you using? Perhaps you are using something else than SQL Server.
Best Regards,
Jonathan
I'm using MySQL, in fact its MariaDB
Thank,
We will try it for this one, perhaps the options is not implemented yet for this provider
Would be perfect if MySQL is implemented. We're looking forward to it
Hello @asktuan ,
The v2.15.9 has been released.
Could you try this version and let us know if the issue is now fixed on your side?
Works great. InsertIfNotExists now works on MySQL (as well as MariaDB Thank you Jonathan
User table has 2 columns: UserId INT, PRIMARY KEY, LoginName VARCHAR(255) sourceDt is DataTable and have exact same 2 columns above. Insert the second time I hit exception "Duplicate entry '108' for key 'PRIMARY'"