Emil Cernega

Results 1 issues of Emil Cernega

Hello, This issue appears again after commit 10a1928d8c65cd59ea193787d5cbe93e812278f9 this was changed: ``` - if(type === 'BigDecimal') type = 'Int'; + if (type === 'BigDecimal') type = 'Double'; ``` But the...