class PG::BinaryEncoder::Int8
This is the encoder class for the PostgreSQL int8
(alias bigint
) type.
Non-Number values are expected to have method to_i
defined.
This is the encoder class for the PostgreSQL int8
(alias bigint
) type.
Non-Number values are expected to have method to_i
defined.