Skip to content

Test DbDataReader.GetX conversions #4

Open
@bgrainger

Description

@bgrainger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions