Attribute

IntegerFieldMapping (ifm)

Purpose

Specifies the data type mapping for fixed-point numbers where precision and scale cannot be specified. These include BIGINT, INTEGER, and synonymous types. Refer to your Snowflake documentation for details.

Valid Values

0 | 1

Behavior

If set to 0 (BigInt), the driver maps fixed-point numbers where precision and scale cannot be specified to BigInt.

If set to 1 (Numeric), the driver maps fixed-point numbers where precision and scale cannot be specified to Numeric.

Default Value

1 (Numeric)