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

8.0 breaking change note on parameterized collection perf regression #4887

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

roji
Copy link
Member

@roji roji commented Nov 22, 2024

@roji roji requested a review from a team November 22, 2024 11:16
@roji roji force-pushed the PrimitiveCollections branch 2 times, most recently from d344ce8 to 65bfc98 Compare November 22, 2024 11:26
If your database is SQL Server 2016 (13.x) or newer, or if you're using Azure SQL, check the configured compatibility level of your database via the following command:

```sql
SELECT name, compatibility_level FROM sys.databases;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that we included how to do this, especially given it isn't always obvious that they are running a different level.

@roji roji merged commit 579baa9 into dotnet:main Nov 30, 2024
3 checks passed
@roji roji deleted the PrimitiveCollections branch November 30, 2024 09:50
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

Successfully merging this pull request may close these issues.

2 participants