https://gist.github.com/tlorens/8aa3c1035d180810f9b3
On Tuesday, March 18, 2014 3:34:00 PM UTC-4, Marco Pivetta wrote: > > Hi Timothy, > > The details provided are insufficient to actually provide any help. Can > you give us a gist with the involved entities and the code that triggers > the updates? > > Thanks, > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > > > On 18 March 2014 20:13, Timothy Lorens <[email protected] <javascript:>>wrote: > >> Not quite sure I understand why relationship tables-- such as a 'Type' >> (Action Type, User Type, Download Type) tables are getting updated when >> there's nothing to be changed/editied-- and they shouldn't be updated at >> all, unless you're in the Admin section of the website adding/editing this >> data.... >> >> I have no cascade-option set in my XML Mappers. Where what I look to >> correct this problem. Just need to know which direction to go. I don't >> expect a direct answer. Thanks in advance. >> >> MainObjectXML->JoinTableTypeXML->TypeTableXML >> >> UPDATE DATA_DOWNLOADS SET DOWNLOAD_ID = ?, UPDATE_DT = ? WHERE >> DOWNLOAD_ID = ? >> Array ( [0] => 101 [1] => 2014-03-18 15:02:01 [2] => 101 ) >> >> UPDATE SERVICE_DATA_DOWNLOADS SET CLOSE_IND = ?, OBJECTIVE_AHI = ?, >> OBJECTIVE_DAYS_OBSERVED = ?, >> OBJECTIVE_DAYS_USED = ?, OBJECTIVE_HPD = ?, OBSERVATION_START_DT = ?, >> RENEWAL_IND = ?, UPDATE_DT = ? WHERE >> SERVICE_ID = ? AND DOWNLOAD_ID = ? >> >> >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/doctrine-user. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/d/optout.
