Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @gisakuya , The v5.1.16 has been finally released. This feature should now work with MySQL. If you have the chance to try it, let me know if everything is...

Hello @gisakuya , Since our last conversation, we haven't heard from you. Don't hesitate to contact us once you try v5.1.16. As mentioned in my previous message, it should work...

Hello again @gisakuya A simple reminder that we are here to assist you! Feel free to contact us once you try the v5.1.16. Best regards, Jon

Hello @PMJMendes , Could you try with the following code: ```csharp UpdateFromQuery(r => new Receita { TaCo_UID = r.NovoTaCo }, options => options.InternalIsEntityFrameworkPlus = true); ``` When enabling `InternalIsEntityFrameworkPlus`, a...

Awesome thank you for the code. The issue has been assigned to one of my developers. He will look at it.

Hello @PMJMendes , Thank again for the code but unfortunately, we didn't succeed to support it. There is some scenario that we support using the `Include` method, but we do...

Hello @PMJMendes , My developer just comes up with some ideas to try to support it, so I will give you an update next week. Let hope that will be...

Hello @PMJMendes , Just to let you know that we currently have fix in review. I hope to be able to merge it early next week The major problem for...

Hello @PMJMendes , Unfortunately, the change made by my developer improved the method but didn't succeed to fully support your scenario. We are still working on it but unfortunately, too...

Hello @RenePhaneuf , After investigation, this query is not one we directly execute but it gets executed automatically when we call the `GetSchemaTable` from the reader to retrieve column information....