Jonathan Magnan
Jonathan Magnan
Hello @stevie1706 , Awesome ;) thank a lot for sharing the project. Best Regards, Jon
Hello @OliverRC , Thank you for reporting. Looking at the code, `Pomelo` has been disabled for the `QueryFuture` feature. However, Pomelo was disabled years ago, so we will look for...
Hello @OliverRC , It should already work on MSSQL. If you have an issue with this provider, could you create a runnable project with the issue? It doesn’t need to...
Hello @OliverRC , It worked great on our side for SQL Server: ```sql exec sp_executesql N'-- EF+ Query Future: 1 of 2 SELECT [p].[Id], [p].[Email], [p].[Name], [p].[ShirtSize] FROM [People] AS...
Hello @OliverRC , My bad, this request was a little bit lost on our side. We were waiting for the answer about the SQL Server provided, which you confirmed last...
Hello @OliverRC , The v8.102.2.2 is now available. Could you try it and let us know if everything is now working as expected? Best Regards, Jon
Hello @OliverRC , You can turn off query batch with the following options: https://github.com/zzzprojects/EntityFramework-Plus/blob/master/src/shared/Z.EF.Plus.QueryFuture.Shared/QueryFutureManager.cs#L54 Version are always available on NuGet, just hidden: https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/8.102.1 As for the performance issue, there is...
Awesome, Let me know about your results; I would be interested to hear your thoughts. Best Regards, Jon
Hello @v-karnaukhov , Unfortunately, even if we learned a lot from this issue, we didn't succeed in fixing it. You can still achieve this by performing a LINQ on your...
Hello @Ilkhom-S , Thank you for contacting us, we will look at it. Best Regards, Jon --- **Sponsorship** [Help us improve this library](https://github.com/sponsors/zzzprojects) **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize =...