Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 5 of Ticket #2018


Ignore:
Timestamp:
03/12/13 12:20:35 (11 years ago)
Author:
sforsten
Comment:

r9308:

  • added column names to the ValueTypeArray and StringArray
  • added batch update methods to IStringConvertibleArray similar to methods in IStringConvertibleMatrix

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2018

    • Property Owner changed from sforsten to mkommend
    • Property Status changed from assigned to reviewing
  • Ticket #2018 – Description

    v1 v5  
    1 This is especially an issue if more than 10,000 values are updated. My suspicion is that due to missing batch update methods every value must be set individually (which fires an event, updates the view, etc.).
     1This is especially an issue if more than 10,000 values are updated. My suspicion is that due to missing batch update methods every value must be set individually (which fires an event, updates the view, etc.).
     2
     3StringConvertibleArray also has to be improved.