Skip to content

Small fixes done during EFCore.PG 9.0.0-preview.1 sync#33060

Merged
roji merged 1 commit intodotnet:mainfrom
roji:SmallStuff
Feb 12, 2024
Merged

Small fixes done during EFCore.PG 9.0.0-preview.1 sync#33060
roji merged 1 commit intodotnet:mainfrom
roji:SmallStuff

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented Feb 11, 2024

No description provided.

@roji roji requested a review from maumar February 11, 2024 17:12
=> AssertQuery(
async,
ss => ss.Set<Level1>().Take(2).Select(x => new
ss => ss.Set<Level1>().OrderBy(l1 => l1.Id).Take(2).Select(x => new
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.

this will change SQL as well

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah, will fix.

@roji roji marked this pull request as ready for review February 11, 2024 20:09
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