Jonathan Magnan
Jonathan Magnan
Hello @andiexer , It should be possible to disable this directly through EF Core: ```csharp context.Database.AutoSavepointsEnabled = false; ``` As for your issue, is one of the "destination table" or...
Hello @tivivi63 , > What am I supposed to do to make this Z-generated TSQL command reference the 2 missing columns in INNER JOIN clause ? What do your model...
Hello @tivivi63 Since our last conversation, we haven't heard from you. Let me know if you need further assistance. Best regards, Jon
Hello @tivivi63 , Question: * What do your model and mapping look like for this entity? In short, we want to reproduce your issue since it’s not happening on our...
Hello @tivivi63, Since our last conversation, we haven't heard from you. Let me know if you need more information. Best regards, Jon
Hello again, A simple reminder that we are here to assist you. Dont hesitate to contact us if you have any questions. Best regards, Jon
Hello @Valem, Do you think you could create a runnable project that reproduces the issue? It doesn’t need to be your full project, just a new solution with the minimum...
Hello @Valem, Since our last conversation, we haven't heard from you. Let me know if you have any other questions. Best regards, Jon
Hello @Valem, A simple reminder that we are here to assist you. Don't hesitate to contact us if you need anything. Best regards, Jon
Hello @pvarets00101 , You currently have a list of strings but are trying to use two keys. The code already works if your list contains entities, for example: ```csharp var...