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 property autocommit of Engine can't be set to False, if you do so, you won't get result that you want, this is because the method _transaction() of session objects won't return right result if you don't commit transactions.