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

Openjpa manual needs to be updated for database restriction on BigDecimal field on Sybase

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.3, 1.1.0, 1.2.0
    • 1.2.1, 1.3.0
    • None
    • None

    Description

      Applications performing update/insert data of the BigDecimal java type may fail with OptimisticException if the the
      data exceeds the scale or precision of the db column on Sybase,.

      The Sybase behavior is working as documented, as shown in the following link:
      http://manuals.sybase.com/onlinebooks/group-as/asg1250e/sqlug/@Generic__BookTextView/3524;pt=693/*

      In Openjpa, it is not possible to specify precision/scale for the column mapped by a BigDecimal type.
      However, applications can specify the plugin value for the column type mapped by the BigDecimal java type:
      http://openjpa.apache.org/docs/latest/manual/manual.html#openjpa.jdbc.DBDictionary
      to avoid this trunction error problem.

      It is desirable to update the "database restrictions" section of the openjpa manual for this Sybase-specific trunction problem.

      Attachments

        1. openjpa_686.patch
          1 kB
          Fay Wang

        Activity

          People

            faywang Fay Wang
            faywang Fay Wang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: