Jonathan Magnan
Jonathan Magnan
Thank you for the additional information. We will work on it. Best Regards, Jon
Hello @tsanton , My vacation was great; it was the best one I've had so far! My developer provided me with a fix; the code is currently under code review....
Hello @tsanton , I just want to confirm that the code has been merged. The only problem with this option at this moment is we haven't succeeded in making it...
Hello @tsanton , The v8.103.0.0 has been finally released. In this version, we added the support to `InsertStagingTableFilterFormula`. Here is an example: ```csharp context.BulkInsert(list, option => { option.InsertStagingTableFilterFormula = "\"ColumnInt\"...
Hello @tsanton , Thank you for providing the code. Here is an example using a similar entity as you: ```csharp context.BulkInsert(list, option => { option.InsertStagingTableFilterFormula = $"\"{nameof(EntitySimple.ValidFrom)}\" > (SELECT MAX(\"{nameof(EntitySimple.ValidFrom)}\")...
Hello @tsanton, Since our last conversation, we haven't heard from you. Let me know if you need further assistance. Best regards, Jon
Hello @tsanton , I'm happy to hear that you succeeded in making it work. Regarding your point about being "easy to use," for a basic scenario, we have our [InsertIfNotExists](https://entityframework-extensions.net/bulk-insert#insert-only-if-the-entity-does-not-already-exists)...
Hello @tsanton , In the past two weeks, we made a lot of progress on this good idea you provided. It's now one of our few priorities. So far, we...
Hello @tsanton , This is pretty much the same status as last time. I was traveling for the first three weeks of September, so it was too hard to focus...
Hello @lee-baker , Thank you for reporting, my developer will try your scenario. Best Regards, Jon