Details
Description
I have 2 connections and a table with versionable behavior. The problem is that doctrine use the last connection defined in the database.yml for the article_version table not the connection from the article table.
I think it is also good idea to add a connection option to the behavior.
Activity
Jonathan H. Wage
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Cannot Reproduce [ 5 ] |
Roman S. Borschel
made changes -
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ian P. Christian
made changes -
| Affects Version/s | 1.2.0 [ 10043 ] | |
| Priority | Major [ 3 ] | Minor [ 4 ] |
Micah Gersten
made changes -
| Attachment | Generator.php.patch.DC-139 [ 10316 ] |
Micah Gersten
made changes -
| Affects Version/s | 1.2.1 [ 10044 ] |
Jonathan H. Wage
made changes -
| Status | Reopened [ 4 ] | In Progress [ 3 ] |
Jonathan H. Wage
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Fix Version/s | 1.2.2 [ 10047 ] | |
| Resolution | Fixed [ 1 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DC-139, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
When I test this it works as expected and I took a look at the code and the generated models from behaviors inherit the connection from its parent.