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.
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.