Open
Description
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.)
Activity
bgrainger commentedon Nov 12, 2023
Related issues: