Edgewall Software

Changes between Initial Version and Version 28 of Ticket #9612


Ignore:
Timestamp:
Jul 31, 2016, 4:42:54 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Fix for Cannot operate on closed database error committed to 1.0-stable in r15018, merged to 1.2-stable in r15019, merged to trunk in r15020.

DatabaseManager.upgrade_tables committed to 1.2-stable in r15021,r15023, merged to trunk in r15022,r15024.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9612

    • Property Status newassigned
    • Property Cc Thijs Triemstra added
    • Property Summary `WikiPage` instances lack the `ipnr` attribute`WikiPage` doesn't need the `ipnr` attribute
    • Property Milestone1.3.1
    • Property Owner set to Ryan J Ollos
  • Ticket #9612 – API Changes

    initial v28  
     1Added `update_tables` method to `DatabaseManager` class. Added method to `Table` class for removing columns: `remove_columns`.