Federico Wachs

Results 5 comments of Federico Wachs

I understand. Is it ok if I use it like this? ``` from flask_sqlalchemy_session import current_session from contextlib import contextmanager @contextmanager def session_scope(): s = current_session try: yield s s.commit()...

Perfect! About the `s.rollback()`, should I wrap it with `try except pass` ?

Really? Thanks a lot, is there anything I could do to help you with it? I'm not quite sure what it's needed to be done but i'm willing to help...

Besides what you say, about those two annotations not being supported, there is also a problem with translating Enums. I see, on the code, that they are being filtered for...

That doesn't work for me for some reason. It still throws the same error. Any advice?