This is probably obvious but I was confused by the fact that you can refresh an object through session.refresh(obj) but that doesn't guarantee that the object is in the session and doesn't put it in the session if it is not. Is the accepted way to handle this to just follow the refresh with a session.update(obj)?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
