Skip to content

Encapsulating multiple dictionaries parsed from DbDataReader handler into a class - #1224

Merged
Ayush Agarwal (ayush3797) merged 11 commits into
mainfrom
dev/agarwalayush/encloseReturnFromDbDataHandlers
Feb 16, 2023
Merged

Encapsulating multiple dictionaries parsed from DbDataReader handler into a class#1224
Ayush Agarwal (ayush3797) merged 11 commits into
mainfrom
dev/agarwalayush/encloseReturnFromDbDataHandlers

Conversation

@ayush3797

@ayush3797 Ayush Agarwal (ayush3797) commented Feb 14, 2023

Copy link
Copy Markdown
Contributor

Why make this change?

Fixes: #819

What is this change?

Enclosed return from DbDataReader handlers into a class DbOperationResultRow.

How was this tested?

Just a refactor. Passing of existing test cases validate the change.

@ayush3797 Ayush Agarwal (ayush3797) changed the title Encapsulating multiple dictionaries parsed from DbDataReader into a class Encapsulating multiple dictionaries parsed from DbDataReader handler into a class Feb 14, 2023
Comment thread src/Service/Models/DbOperationResultRow.cs Outdated
Comment thread src/Service/Resolvers/SqlMutationEngine.cs Outdated
Comment thread src/Service/Resolvers/SqlMutationEngine.cs Outdated
@Aniruddh25

Copy link
Copy Markdown
Collaborator
        // Gets a tuple of 2 dictionaries:

nit: rephrase the comment


Refers to: src/Service/Services/MetadataProviders/SqlMetadataProvider.cs:1364 in c14e3c5. [](commit_id = c14e3c5, deletion_comment = False)

Comment thread src/Service/Models/DbOperationResultRow.cs Outdated
Comment thread src/Service/Models/DbOperationResultRow.cs Outdated
Comment thread src/Service/Models/DbOperationResultRow.cs Outdated
Comment thread src/Service/Resolvers/IQueryExecutor.cs Outdated
Comment thread src/Service/Models/DbOperationResultRow.cs
Comment thread src/Service/Resolvers/QueryExecutor.cs
Comment thread src/Service/Models/DbOperationResultRow.cs Outdated
Comment thread src/Service/Services/MetadataProviders/SqlMetadataProvider.cs Outdated
Comment thread src/Service/Resolvers/QueryExecutor.cs
Comment thread src/Service/Resolvers/SqlMutationEngine.cs Outdated
Comment thread src/Service/Resolvers/SqlMutationEngine.cs Outdated
Comment thread src/Service/Services/MetadataProviders/SqlMetadataProvider.cs
Comment thread src/Service/Resolvers/QueryExecutor.cs

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.

Thank you for addressing and considering review comments!

@ayush3797
Ayush Agarwal (ayush3797) deleted the dev/agarwalayush/encloseReturnFromDbDataHandlers branch February 16, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enclose return from DbDataReader handlers into a class

3 participants