You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments