Hello,

Ive read on the documentation that doctrine issues all querys
transaction wise, my application is being affected by this, since a
select issued almost at the end didn't get updated results from the
database.

What would be the best solution?

1) can I get the doctrine connection name and call commit at some
point, and  then my select will get updated data?

2) Manually start a transaction and execute all operations inside a
single method by passing the connection object to the parts involved?

Thanks for the advice.

Pablo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to