Skip to content

8.0 breaking change note on parameterized collection perf regression#4887

Merged
roji merged 1 commit intodotnet:mainfrom
roji:PrimitiveCollections
Nov 30, 2024
Merged

8.0 breaking change note on parameterized collection perf regression#4887
roji merged 1 commit intodotnet:mainfrom
roji:PrimitiveCollections

Conversation

@roji
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
@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