Jonathan Magnan
Jonathan Magnan
Hello @eliottrobson , Thank you for reporting. We will look at this case to try to support it. Best Regards, Jon
Hello @eliottrobson , Do you need to output the inserted `Guid` to your custom `CustomerID`? If not, you can already fix it by using `cfg.AutoMapOutputDirection = false;` such as: ```...
Hello @eliottrobson, Since our last conversation, we haven't heard from you. Is everything working as expected? Let me know if you need more information. Best regards, Jon
Hello @jzabroski , Thank you for reporting. We will look at what could have happened. Best Regards, Jon
Hello @jzabroski , Unfortunately, my developer was not able to reproduce it with the current information. Do you think you could create a runnable project with the issue? It doesn’t...
Hello @jzabroski Unfortunately, since we didn't hear from you I will close this issue. As previously mentioned, we need a runnable project to be able to assist you. We will...
Hello @jzabroski , You are 100% right; we made some changes to the DateTime for temporal table and forgot to document it. The change was to fix the following reported...
Hello @jzabroski , I confirmed with my employee that we can add an option, and it will only affect the temporal table's behavior as before. Let me know if that's...
Hello @jzabroski , A new version has been released today. Could you try the following option: `TemporalTableManager.DisableDateTimeParameter = true`. When enabled, you should get the old behavior with temporal table...
Hello @tsanton , Here are a few questions to better understand your requirement 1. Are you using `PostgreSQL`? 2. Are you looking to provide a list of entities to insert...