-
Notifications
You must be signed in to change notification settings - Fork 13
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
missing override for GetSchemaTable #23
Labels
enhancement
New feature or request
Comments
I will check for a future version. |
Did anything happen with this? I'm try to test a reader into a datatable as well, and getting the method is not supported error as well. |
I haven't had time to develop this yet. |
javnov
pushed a commit
to javnov/DbMocker
that referenced
this issue
Jul 1, 2022
…nd/or `DataTable` using `IDataReader`
Hi @dvoituron, I've just created this PR #31 to address this. |
dvoituron
pushed a commit
that referenced
this issue
Jul 7, 2022
…`DataTable` using `IDataReader` (#31) Co-authored-by: nelsonn <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
we are using DataTable.Load() which calls GetSchemaTable() at a later state. This is only implemented as a virtual method in System.Data.Common.DbDataReader and needs an override. Otherwise there will be a NotSupportedException.
Would it be possible to implement this directly inside the package?
The text was updated successfully, but these errors were encountered: