Comment 2 for bug 1814182

Revision history for this message
Mike Bayer (zzzeek) wrote :

however I forgot to note, it's not safe to set synchronize_session=False unless you are sure the entities that are currently in the Session don't matter to subsequent operations, which I think is the case with the persistence pattern used by Nova (e.g. things are passed around as dictionaries and converted to ORM objects only for SQL operations).