Add support for BigDecimal and BigInteger parameters
Description
Posted by Gerard Meszaros on wiki:
We had trouble using numbers with decimal points in our specs because we were dealing with money. We tried declaring parameters as BigDecimal but could not get this to work. It should be possible to do this out of the box with no extra effort as it is a pretty common need.
Posted by Gerard Meszaros on wiki:
We had trouble using numbers with decimal points in our specs because we were dealing with money. We tried declaring parameters as BigDecimal but could not get this to work. It should be possible to do this out of the box with no extra effort as it is a pretty common need.
BigInteger should also be supported.