Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define query splitting behaviour #566

Open
JimKerslake opened this issue Mar 31, 2023 · 2 comments
Open

Define query splitting behaviour #566

JimKerslake opened this issue Mar 31, 2023 · 2 comments

Comments

@JimKerslake
Copy link
Collaborator

To get rid of log warnings

https://learn.microsoft.com/en-us/ef/core/querying/single-split-queries

@JimKerslake
Copy link
Collaborator Author

JimKerslake commented Mar 31, 2023

cloudscribe.SimpleContent.Storage.EFCore.Common 6.0.2
cloudscribe.SimpleContent.Storage.EFCore.MSSQL 6.0.2
cloudscribe.SimpleContent.Storage.EFCore.pgsql 6.0.2
cloudscribe.SimpleContent.Storage.EFCore.PostgreSql 6.0.3

JimKerslake added a commit that referenced this issue Mar 31, 2023
JimKerslake added a commit that referenced this issue Mar 31, 2023
@JimKerslake
Copy link
Collaborator Author

Needs a test that we no longer see the error log messages complaining about the lack of a query splitting strategy.
However those errors can come from anywhere in any assembly that has a DbContext, and this ticket refers only to the simplecontent part of the whole cs stack... there are other places probably still needing this change in other repos. And of course all of the database options that support it. I think I did Core and SimpleContent at least, so far...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant