Edgewall Software

Changes between Version 3 and Version 10 of Ticket #12643


Ignore:
Timestamp:
Jan 5, 2017, 4:28:02 AM (7 years ago)
Author:
Jun Omae
Comment:

Thanks for the suggesting. Committed changes with your suggestions in [15322].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12643

    • Property Status assignedclosed
    • Property Milestone 1.2.11.3.2
    • Property Resolutionfixed
  • Ticket #12643 – API Changes

    v3 v10  
    1 `DatabaseManager.upgrade_tables` checks table existence before migrating data for a table, allowing new tables to be specified in `schema`.
     1 - `DatabaseManager.upgrade_tables` checks table existence before migrating data for a table, allowing new tables to be specified in `schema`.
     2 - Added `has_table` method to `DatabaseManager` and `ConnectionBase`.
     3 - `get_column_names` and `drop_columns` of `DatabaseManager` raises an `OperationalError` when the given table is missing.