Remove extra queries to prevent update of fields if respective column type is timestamp for MySQL and MariaDB

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.11.0, 7.11.0-alpha2
    • Affects Version/s: None
    • Component/s: None
    • None

      Problem

      • CAM-9505 introduces a fix that prevents fields of column type timestamp from being updated on UPDATE statement
      • The fix introduces extra queries for MySQL-like databases
      • On migrating the column type from timestamp to datetime these extra queries are not needed anymore

      AT
      Extra queries are removed for migrated columns

      Hint
      The following extra queries were introduced:

      • updateIncident_mysql
      • updateTaskSuspensionStateByParameters_mysql
      • updateJobLogByBatchId_mysql
      • updateJobLogByRootProcessInstanceId_mysql
      • updateUserOperationLogByRootProcessInstanceId_mysql
      • updateExternalTaskLogByRootProcessInstanceId_mysql
      • updateHistoricIncidentsByBatchId_mysql
      • updateHistoricIncidentsByRootProcessInstanceId_mysql
      • updateIdentityLinkLogByRootProcessInstanceId_mysql

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Tassilo Weidner-Mühl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: