Ticket #121 (closed Enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

When row counts are known ahead of time, select, insert, and update cursors' progress reports should include the estimated time of completion

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.4
Component: Core - DB Access Version: 0.3
Keywords: Cc:

Description

The work required to implement this includes:

  • Enhance ProgressReporter to allow TotalOperations to be set after the ProgressReporter has been started.
  • Enhance the cursor classes to have a rowCount parameter. The SelectCursor and UpdateCursor classes can obtain it automatically when where == None.
  • Search the entire code base for SelectCursor, InsertCursor, and UpdateCursor and pass in rowCount where appropriate.

Change History

Changed 6 years ago by jjr8

  • status changed from new to closed
  • resolution set to fixed

Implemented in [126], which will eventually be released in MGET 0.4a1.

Note: See TracTickets for help on using tickets.