Including some details from the log
12:32:57,108 DEBUG Loader:1742 - bindNamedParameters() 1018773107 -> accountNumber [2]
12:32:57,108 DEBUG BigDecimalType:79 - binding '1018773107' to parameter: 2
12:32:57,421 DEBUG AbstractBatcher:327 - about to open ResultSet (open ResultSets: 0, globally: 0)
12:32:57,421 DEBUG Loader:682 - processing result set
12:32:57,421 DEBUG Loader:687 - result set row: 0
12:32:57,421 DEBUG BigDecimalType:123 - returning '18773107' as column: ACCNO22_0_
In the above log the Returned BigDecimalType doesnt return the value of Account number as 1018773107 but as 18773107.
The same happens when I set the account number as 11018773107.
For a decimal if of length 9, if the leftmost 9th element is 0 this problem occurs. I will appretiate any help to resolve this issue.
|