Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-7585

Refactor mapping files and replace ${prop} = ${prop} + 1 with ${prop} = 1 + ${prop}

      On DB2 Z/OS expressions like property = property + 1, ... are problematic, because if the timezone is set to european time zone the comma will be interpreted as floating number delimiter. In that case Z/OS will try to cast the number to double, but the number after the comma is missing.

      To avoid this and be more stable on Z/OS or other DB versions we need to change expressions
      like

      ${prop} = ${prop} +1,

      TO

      ${prop} = 1 + ${prop},

      in all UPDATE Statements (in all mibatis mapping files).

        This is the controller panel for Smart Panels app

            [CAM-7585] Refactor mapping files and replace ${prop} = ${prop} + 1 with ${prop} = 1 + ${prop}

            Yes,

            the customer should run the junit tests against a z/OS database. They are currently working on it. Status updates are in the linked SUPPORT-Case.

            Ingo Richtsmeier added a comment - Yes, the customer should run the junit tests against a z/OS database. They are currently working on it. Status updates are in the linked SUPPORT-Case.

            We are closing this ticket as part of our backlog grooming. Reasons:

            • It is very unlikely that we will implement this
            • We did not receive sufficient evidence that this ticket is important

            Thorben Lindhauer added a comment - We are closing this ticket as part of our backlog grooming. Reasons: It is very unlikely that we will implement this We did not receive sufficient evidence that this ticket is important

              Unassigned Unassigned
              christopher.zell Christopher Kujawa
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: