mysql doesnt raise NoSuchTableError when reflecting nonexistent table

Issue #290 resolved
Mike Bayer repo owner created an issue

need to either add a table_exists() call right at the top of reflecttable, or need to catch the exception thrown by mysql when you call "describe".

Comments (1)

  1. Log in to comment