Skip to content

Add support for Int128, UInt128 #1371

Open
@bgrainger

Description

@bgrainger

MySQL Server does not support 128-bit integers, but it seems useful to support the Int128 and UInt128 types for MySqlParameter.Value, MySqlDataReader.GetFieldValue<T>, and other places values can be passed to/from the database. (Any values larger than the range of a 64-bit integer would be checked by the database and cause a server-side error; no restrictions should be placed on the client side.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bgrainger

        Issue actions

          Add support for Int128, UInt128 · Issue #1371 · mysql-net/MySqlConnector