Unnecessary SQL statements for Byte Array variables which are created and deleted in the same transaction

XMLWordPrintable

      Reproduce

      A simple process, which creates a Byte Array variable (e.g. saves a serialized Java Object) and then deletes this variable in the same transaction.

      Problem

      At the end of the transaction there is a INSERT and DELETE_BULK SQL statement for this variable, even though these are not needed as the variable was already deleted.

      Hint

      This bug only has a performance impact of unnecessary SQL statements.

            Assignee:
            Unassigned
            Reporter:
            Sebastian Menski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: