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

trimStringColumns in DB2Dictionary does not work as expected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.2.1
    • None
    • docs, kernel, sql
    • None

    Description

      Doku (http://openjpa.apache.org/builds/2.2.1/apache-openjpa/docs/ref_guide_dbsetup_dbsupport.html) states:
      TrimStringColumns: When true, the resulting String from ResultSet.getString will be trimmed of trailing white space. Defaults to false.

      Instead of String.rtrim() the implementation calls String.trim() and removes leading whitespaces as well.

      Please fix documentation and if possible add an additional property RTrimStringColumns which only trims trailing whitespaces.

      Attachments

        Activity

          People

            Unassigned Unassigned
            christoph@ewerlin.com Christoph Ewerlin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: