Hello,
This issue appears again after commit 10a1928
this was changed:
- if(type === 'BigDecimal') type = 'Int';
+ if (type === 'BigDecimal') type = 'Double';
But the if condition didn't change:
if (type === 'Int' && _.isNull(self._rs.getObjectSync(cmd.label))) {
result[cmd.label] = null;
return;
}
Thank you,
Emil
Originally posted by @EmilCernega in #94 (comment)
Hello,
This issue appears again after commit 10a1928
this was changed:
But the if condition didn't change:
Thank you,
Emil
Originally posted by @EmilCernega in #94 (comment)