ScenarioDbManager - remove support for non-transaction operations #56
Open
Description
The ScenarioDbManager.init() has the parameter enable_transactions
to allow DB operations in transactions.
This has proven to be very reliable. In addition this is probably required by SQLAlchemy 2.0.
Thus no need anymore to support enable_transactions=False and the code to enable this can be cleaned up.
Metadata
Assignees
Labels
No labels