python-gino / gino

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
https://python-gino.org/
Other
2.68k stars 150 forks source link

compatibility fix for event callback #702

Closed wwwjfy closed 4 years ago

wwwjfy commented 4 years ago

for callbacks without sqlalchemy.util.portable_instancemethod wrapper

refs #691