Edgewall Software

Changes between Initial Version and Version 14 of Ticket #12496


Ignore:
Timestamp:
Sep 13, 2016, 4:36:09 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Those changes look good. I also had concerns about the string vs tuple inconsistency and I like the solution of having helper functions. I'll review the changes again at end of the week and push them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12496

    • Property Milestone next-stable-1.0.x1.3.1
  • Ticket #12496 – Release Notes

    initial v14  
     1* PostgreSQL version is shown in //System Information// table.
     2* The minimum PostgreSQL version is now 9.1.0.
  • Ticket #12496 – API Changes

    initial v14  
     1* Added `get_system_info` to `IDatabaseConnector` interface.
     2* `DatabaseManager` implements `ISystemInfoProvider` to return the database version. `MySQLConnector`, `PostgreSQLConnector` and `SQLiteConnector` no longer implement `ISystemInfoProvider`.
     3* Moved `IEnvironmentSetupParticipant` and `ISystemInfoProvider` from `trac.env` to `trac.api`.