Re: Multiple Models, Coalesced Transactions - is it possible?
Re: Multiple Models, Coalesced Transactions - is it possible?
- Subject: Re: Multiple Models, Coalesced Transactions - is it possible?
- From: Andrew Lindesay <email@hidden>
- Date: Wed, 30 Jun 2010 15:19:41 +1200
Hi Chuck;
Ah; that's the key piece of information –– if two models' connection dictionaries are equals() then the same JDBC connection is used for the two models.
cheers.
> Are these models using different logins and schemas? If not, they should all share the same connection if their connection dictionaries are .equals(). If they are all different, then EOF is going to want to consider them to be different. Putting the schema name in the table name and ensuring that the connection dictionaries are .equals() may work, I have never tried that.
___
Andrew Lindesay
www.silvereye.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden