Edgewall Software

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11189, comment 41

    initial v1  
    55>  * Remove the test for the path existence.
    66>  * Add a `preinit` parameter to `get_connector` that determines whether the exception is raised.
    7 >  * 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]
     7>  * 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]
    88
    99The latest proposed changes can be found in log:rjollos.git:t11189.7: