-
Notifications
You must be signed in to change notification settings - Fork 337
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
Add MySqlDataReader.GetX(string column) #435
Comments
Connector/NET adds
|
Yep, not hard to implement, just wondered if there was any particular reason for it not to be that I had missed. So in accordance with "Cloning the full API of Connector/NET is not a goal of this project, although it will try not to be gratuitously incompatible. For common scenarios, this package should be a drop-in replacement." ... this should be nice to have (if anyone are up to implementing it) also as I understands the tags: "enhancement", "up for grabs" ;) |
No reason for them not to be implemented; just no one's asked for them before. 😀 (I've never used them; most ORMs seem to use the ordinal-based variants, which would be a little more efficient.) |
Added in 0.36.0. |
It seems that only
GetX(int ordinal)
is implemented while Oracles connector implements string column variants for most if not all of the Get methods. Is there any specific reason for this that I have not been able to find?The text was updated successfully, but these errors were encountered: