mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 03:25:04 +00:00
13b59b5621
- Oracle NUMBER can return 0 precision and -127 or 0 scale with variable scale NUMBER such as ROWNUM or function result - Added 'Default Decimal Precision' and 'Default Decimal Scale' property to ExecuteSQL and QueryDatabaseTable to apply default precision and scale if those are unknown - Coerce BigDecimal scale to field schema logical type, so that BigDecimals having different scale can be written Signed-off-by: Matt Burgess <mattyb149@apache.org> This closes #1851