Edgewall Software

Changes between Version 23 and Version 24 of Ticket #11605


Ignore:
Timestamp:
Aug 3, 2014, 11:14:26 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Replying to rjollos:

Eventually we may want to remove Environment.get_db_cnx, Environment.get_read_db and Environment.with_transaction:

Environment.get_db_cnx had already been scheduled for removal in 1.1.1: TracDev/ApiChanges/1.1.2.

I removed it in [13064] and fixed the comment from [12970] in [13065] (followed by record-only merge of that changeset in [13066]).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11605 – API Changes

    v23 v24  
    33 * The `db` parameter in the signature of `ReportModule.execute_paginated_report` is deprecated and may be omitted.
    44 * The `db` parameters in the signatures of `EnvironmentUpgradeParticipant.environment_needs_upgrade` and `EnvironmentUpgradeParticipant.upgrade_environment` are deprecated and may be omitted.
    5  * `Environment.get_read_db`, `Environment.get_db_cnx`, `Environment.with_transaction` and `with_transaction` (from `trac.db`) are scheduled for removal in Trac 1.3.1.
     5 * `Environment.get_read_db`, `Environment.with_transaction` and `with_transaction` (from `trac.db`) are scheduled for removal in Trac 1.3.1.
     6 * `Environment.get_db_cnx` has been removed.