Edgewall Software

Changes between Version 11 and Version 17 of Ticket #11978


Ignore:
Timestamp:
Apr 3, 2015, 4:04:58 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Thank you for the refinements. Committed to trunk in [13957:13958].

A frequent mistake that I repeated in [13957] is not having a valid Makefile.cfg, thinking that I've run the tests successfully with one of the databases, but they've actually only been executed for in-memory SQLite.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11978

    • Property Status closedreopened
    • Property Resolution fixed
  • Ticket #11978 – API Changes

    v11 v17  
    1 Added `destroy_db` method to the `DatabaseManager` class, the `IDatabaseConnector` interface and implementations of the `IDatabaseConnector` interface. The `destroy_db` method of `EnvironmentStub` is deprecated.
     1Added `destroy_db` method to the `DatabaseManager` class, the `IDatabaseConnector` interface and implementations of the `IDatabaseConnector` interface. The keyword parameters of `EnvironmentStub`'s `destroy_db` method are deprecated.