[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3489) LiteralProcessor doesn't handle BigInteger type

Debra Zarley (JIRA) noreply at atlassian.com
Mon Sep 22 14:46:04 EDT 2008


LiteralProcessor doesn't handle BigInteger type
-----------------------------------------------

                 Key: HHH-3489
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3489
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.3.1
         Environment: 3.3.1, D2 9
            Reporter: Debra Zarley
         Attachments: LiteralProcessorMethod.txt

DB2 datatype of decimal(19,0) not handled by LiteralProcessor.determineIntegerRepresentation as BigInteger, if value > Long.MAX_VALUE.  NumberFormatException is thrown.  Possible fix attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list