[oracle] when reflecting a table that doesn't exists, AssertionError is raised instead of NoSuchTableError

Issue #1450 resolved
Former user created an issue

Title is more or less self explainatory;

Table('i_dont_exist', MetaData(engine=oracle_engine), autoload=True)

--> AssertionError: table does not have any columns.

Comments (3)

  1. Log in to comment