Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Deviation from standard, Embedded/Client difference, Wrong query result
Description
Derby's DECIMAL can contain an integer of 31 digits. This can overflow a long. The embedded JDBC driver catches this, but the client does not and can yield a corrupt long, cf enclosed repro.
Attachments
Attachments
Issue Links
- relates to
-
DERBY-5533 Client differs from embedded when rs.updateInt overflows: 22015 vs 22003
- Closed