Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2597

HsqlDictionary considers NUMERIC/DECIMAL as a fixedSizeTypeNameSet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.1
    • None
    • None

    Description

      @Column(scale = 8, precision = 10) double val; mapping would need NUMERIC(10,8) type but since numeric is in fixedSizeTypeNameSet set then we just get NUMERIC and scale=0 which implies float/double/BigDecimal mappings are not working as expected.

      Attachments

        Activity

          People

            Unassigned Unassigned
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: