Pass arguments in performUpdates, performInserts, and performDeletes by value

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Fully Compatible
    • Execution Team 2021-08-23
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      PerformInserts, performUpdates, and performDeletes all accept OperationSource as a parameter by const reference. However, there is really no need to pass by const ref since OperationSource is an enum, so we should modify these functions to pass their parameters by value instead.

            Assignee:
            Kris Satya (Inactive)
            Reporter:
            Kris Satya (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: