-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels