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

Test DbDataReader.GetX conversions #4

Open
bgrainger opened this issue Nov 29, 2017 · 1 comment
Open

Test DbDataReader.GetX conversions #4

bgrainger opened this issue Nov 29, 2017 · 1 comment

Comments

@bgrainger
Copy link
Member

Test whether DbDataReader.GetX(n) performs an implicit conversion if GetFieldType(n) != typeof(X).

For example, calling GetString on a FLOAT column, or GetInt16 on a BIGINT column.

This will help inform decisions such as mysql-net/MySqlConnector#408.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant