Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uow: possible solution for the rollback problem
* the problem is that the Session.rollback does rollback the parent too which is not the prefered situation here. * it could be that this is only necessary for the tests and not for production but that has to be tested * see https://github.com/sqlalchemy/sqlalchemy/blob/rel_2_0_36/lib/sqlalchemy/orm/session.py#L1971 * it seems that it is not configurable so the private method has to be used
- Loading branch information