Ticket #121 (closed Enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
