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

Some help for resolution of problem #12169 #12377

Conversation

dmitry-lipetsk
Copy link
Contributor

New property RelationalDataReader::DbCommand allow to read OUTPUT-parameters of modification commands (INSERT, UPDATE).

It used from ConsumeResultSetWithPropagation method.

Need for resolution of problem #12169


Additional information:

My ADO.NET provider (lcpi.data.oledb) does not return OUTPUT-parameters of modification commands (INSERT,UPDATE) through DataReader.

New property RelationalDataReader::DbCommand allow to read OUTPUT-parameters of modification commands (INSERT, UPDATE).

It used from ConsumeResultSetWithPropagation method.
@dmitry-lipetsk
Copy link
Contributor Author

@smitpatel

I should modify the "src\EFCore.Relational\breakingchanges.netcore.json" or no?

@ajcvickers
Copy link
Contributor

@smitpatel Why is this a breaking change?

@smitpatel
Copy link
Contributor

@ajcvickers - Mistake. I thought we added something on interface rather than base class.

@AndriySvyryd AndriySvyryd merged commit 3e99ace into dotnet:dev Jun 21, 2018
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.

4 participants