-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Json Columns query work #28171
Merged
Merged
Json Columns query work #28171
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
maumar
commented
Jun 7, 2022
•
edited
Loading
edited
- property/navigation access translation,
- materialization (entity, collection, with nesting)
maumar
force-pushed
the
JesusChristThatsJsonBourne
branch
from
June 7, 2022 00:51
9d451c5
to
8f638d7
Compare
smitpatel
reviewed
Jun 7, 2022
src/EFCore.SqlServer/Query/Internal/SqlServerQuerySqlGenerator.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.SqlServer/Query/Internal/SearchConditionConvertingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/SqlExpressions/JsonPathExpression.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalQueryableMethodTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/Internal/RelationalProjectionBindingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/Internal/RelationalProjectionBindingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/Internal/RelationalProjectionBindingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalEntityShaperExpression.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalSqlTranslatingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
AndriySvyryd
reviewed
Jun 7, 2022
src/EFCore.Relational/Extensions/RelationalEntityTypeBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
AndriySvyryd
reviewed
Jun 7, 2022
src/EFCore.Relational/Extensions/RelationalEntityTypeExtensions.cs
Outdated
Show resolved
Hide resolved
AndriySvyryd
reviewed
Jun 7, 2022
src/EFCore.Relational/Extensions/RelationalPropertyExtensions.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Jun 7, 2022
src/EFCore.Relational/Query/RelationalShapedQueryCompilingExpressionVisitor.JsonInfra.cs
Outdated
Show resolved
Hide resolved
AndriySvyryd
reviewed
Jun 7, 2022
src/EFCore.Relational/Extensions/RelationalPropertyExtensions.cs
Outdated
Show resolved
Hide resolved
maumar
force-pushed
the
JesusChristThatsJsonBourne
branch
2 times, most recently
from
June 7, 2022 21:05
24700d9
to
1970a47
Compare
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
src/EFCore.Relational/Query/SqlExpressions/JsonScalarExpression.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
This is where we do process after lifting from single result subquery. Recompute the dedupe map here from this point to end point. Refers to: src/EFCore.Relational/Query/SqlExpressions/SelectExpression.cs:846 in f2ab2b9. [](commit_id = f2ab2b9, deletion_comment = False) |
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
...l/Query/RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Aug 15, 2022
...l/Query/RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
cc: @AndriySvyryd to review metadata/update pipeline changes. |
test/EFCore.SqlServer.Tests/ModelBuilding/SqlServerModelBuilderTestBase.cs
Show resolved
Hide resolved
AndriySvyryd
approved these changes
Aug 15, 2022
maumar
force-pushed
the
JesusChristThatsJsonBourne
branch
2 times, most recently
from
August 15, 2022 22:00
4d1994e
to
bd68100
Compare
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
smitpatel
reviewed
Aug 15, 2022
src/EFCore.Relational/Query/SqlExpressions/JsonScalarExpression.cs
Outdated
Show resolved
Hide resolved
smitpatel
reviewed
Aug 15, 2022
...l/Query/RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
smitpatel
approved these changes
Aug 15, 2022
maumar
force-pushed
the
JesusChristThatsJsonBourne
branch
from
August 15, 2022 22:29
bd68100
to
f4db3c7
Compare
- property/navigation access translation, - materialization (entity, collection, with nesting), - null semantics, + tweaks and fixes to the metadata/update part
maumar
force-pushed
the
JesusChristThatsJsonBourne
branch
from
August 15, 2022 23:24
f4db3c7
to
0577a3a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.