Could you gist relevant entities? What is the PK in that selection? On 2 Mar 2014 19:13, "Timothy Lorens" <[email protected]> wrote:
> Attached Is a sample of an association. In the past we've had issues with > children records that have the same 'key'. In this case the > SERVICE_SURVEY_ID 3905 has 3 rows. I know in the past we've had issues > with this only hydrating/populating 1 object. I've implemented an SQL > Logger to capture all the queries that are generated and the queries are > correct. Copy/Paste them into SQL Developer and get back the expected > results. We've been able to make a composite key-- say including (in this > case) SYMPTOM_ID as an ID in our XML mapping files and as long as > everything is unique, everything seems to work. > > Suggestions? And we can't put go to 120 tables and add surrogate keys to > everything. We have some table associations that don't work with Doctrine > and we've coded around this for the most part. I'd like to think this > situation is fairly common and Doctrine should be able to handle this. > > -Tim > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
