hasattr typo on line 1355 in sqlalchemy/schema.py

Issue #744 resolved
J Pellerin created an issue

In ThreadLocalMetaData.dispose, there is a typo in the use of hasattr (e.hasattr(foo) rather than hasattr(e, foo). Patch attached.

Comments (2)

  1. Log in to comment