CakeDC / cakephp-oracle-driver

CakePHP 3 Driver for Oracle Database
Other
40 stars 25 forks source link

NUMBER without DATA_PRECISION as decimal #30

Closed alphp closed 4 years ago

alphp commented 5 years ago

When NUMBER not have DATA_PRECISION then field is decimal: https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT1832 If a precision is not specified, the column stores values as given.

Table 26-1 shows examples of how data would be stored using different scale factors.

skie commented 4 years ago

applied to 5.x branch