I have a Plone product that uses collective.lead to configure SQLAlchemy, including an in-Plone database configuration interface as documented in Professional Plone Development. How should I port this to z3c.saconfig? Will I be able to keep the in-ZODB configuration or will it need to go into site.zcml?
The SQLAlchemy documentation says "session.merge() reconciles the current state of an instance and its associated children with existing data in the database". Does the existing object s state ever ...