Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11189, comment 34


Ignore:
Timestamp:
Dec 12, 2013, 9:55:47 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11189, comment 34

    initial v1  
    4646 * Remove the test for the path existence.
    4747 * Add a `preinit` parameter to `get_connector` that determines whether the exception is raised.
    48  * Move the body of `get_connector` to a private method, but keep the path test in `get_connector`, allowing us to call the private method from `init_db`. Unfortunately `_get_connector` is already used for backward compatibility: [browser:/branches/1.0-stable/trac/db/api.py?rev=12111&marks=329#L299]
     48 * Move the body of `get_connector` to a private method, but keep the path existence test in `get_connector`, allowing us to call the private method from `init_db`. Unfortunately `_get_connector` is already used for backward compatibility: [browser:/branches/1.0-stable/trac/db/api.py?rev=12111&marks=329#L299]