Skip to content

Implement MySqlDecimal #1070

Closed
Closed
@sumitdvlp

Description

@sumitdvlp

Hi,

The GetDecimal() or GetValue() functions of MySqlDataReader class are unable to handle very large value like
'1234567890123456789012345678901234567890123456789012345678901234.5'
They throw exception like value is too large because it return C# decimal datatype.

We saw MySQL connecter net has this functionality here. which return MySqlDecimal data type.

Can you please add method like GetMySqlDecimal which can support very large Decimal values.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions