Edgewall Software

Changes between Version 18 and Version 26 of Ticket #11512


Ignore:
Timestamp:
Apr 20, 2014, 1:08:21 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Changes committed to 1.0-stable in [12701:12704] and merged to trunk in [12705:12708]. I'll post proposed 0.12-stable changes for review soon.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11512

    • Property Cc Jun Omae added
    • Property Status newassigned
  • Ticket #11512 – API Changes

    v18 v26  
    1  * Added `drop_tables` method to the database connection classes.
    2  * `update_sequence` method of the connection class uses the column name to select the max value.
     1 * Added `drop_table` method to the database connection classes.
     2 * Added `create_tables` and `drop_tables` methods to the `DatabaseManager` class (1.0.2).
     3 * `update_sequence` method of the connection classes uses the column name to select the max value.
    34 * `update_sequence` and `get_last_id` methods of the connection classes and `trac.test.reset_postgres_db` quote the table and column names, fixing problems with upper case characters.