Re: [symfony-users] Using multiple databases with doctrine

2010-12-09 Thread Thomas Rabaix
Loic, Can you create a small project where this issue can be reproduce ? Thomas On 9 déc. 2010, at 13:41, Loïc Vernet wrote: > http://trac.symfony-project.org/ticket/9092 > > Use 1.4.6 instead... > > > 2010/12/8 hectorh30 > >> Hi there, >> >> I have this error [1] when attempting to defin

Re: [symfony-users] Using multiple databases with doctrine

2010-12-09 Thread Loïc Vernet
http://trac.symfony-project.org/ticket/9092 Use 1.4.6 instead... 2010/12/8 hectorh30 > Hi there, > > I have this error [1] when attempting to define a model with a > connection which is the first of two connections defined in my config/ > databases.yml. The query goes to the second database. >

[symfony-users] Using multiple databases with doctrine

2010-12-09 Thread hectorh30
Hi there, I have this error [1] when attempting to define a model with a connection which is the first of two connections defined in my config/ databases.yml. The query goes to the second database. If I switch the connection field to the second db defined, it works nice. Also tried re-building al