Thread: Related patch to the getNumbers patch from earlier.

Related patch to the getNumbers patch from earlier.

From
Kim Ho
Date:
This one fixes the problem on the way in.

e.g. If you do a setObject(1,
Float.valueOf(String.valueOf(Integer.MIN_VALUE)),Types.INTEGER)

Before patch, it will insert:
-2147483650

After patch, it will insert:
-2147483648

Cheers,

Kim

Attachment