class Sequel::Postgres::PGDecimalArray

PGArray subclass for decimal/numeric types. Uses the general parser as the JSON parser cannot handle arbitrary precision numbers.

Constants

ARRAY_TYPE

Public Instance Methods

array_type() click to toggle source

Use the decimal type by default.

# File lib/sequel/extensions/pg_array.rb, line 379
def array_type
  super || ARRAY_TYPE
end