Module: StandardAPI::TestCase::CalculateTests

Extended by:
ActiveSupport::Testing::Declarative
Defined in:
lib/standard_api/test_case/calculate_tests.rb

Constant Summary collapse

CALCULATE_COLUMN_TYPES =
[
  "smallint", "int", "integer", "bigint", "real", "double precision",
  "numeric", "interval"
]