Hi, I'm trying to map a table field of unsigned bigint to long value in java. But it always give wrong numbers looks like being overflow. Pure JDBC code can return the correct value.
JDBC documenation says RecordSet.getObject(int columnIndex) will return a java.math.BigInteger if the field is unsigned bigint. But it seems iBatis doesn't support BigInteger. did anyone experience the same problem? Cheers, Simon
