resurfacing this, as I'm facing something similar with pyramid.tm. most of my problems on a new project stem from ZopeTransactionExtension clearing everything out on a commit for a certain route (only one route explicitly calls `transaction.commit`)
I'm fine with the additional selects being generated If `keep_session=True` is set, should I just write an add_finished_callback to close the session, or should i just leave things as-is? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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 https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
