zopefoundation / zope.sqlalchemy

Integration of SQLAlchemy with transaction management
Other
32 stars 34 forks source link

Config with zope product #56

Closed sallner closed 3 years ago

sallner commented 3 years ago

Created using https://github.com/zopefoundation/meta/pull/59

sallner commented 3 years ago

The PR is ready for review. We had to resort to manual activation of postgresql, as we did not manage to inject the new setting max_prepared_transactions=10 into the service container.