dialect.has_table doesnt take schema name into account

Issue #233 resolved
Mike Bayer repo owner created an issue

all those has_table(tablename) functions need to become has_table(tablename, schema=None) and support when a schema name is present.

Comments (8)

  1. jek

    Looks like in 0.4 the dialects all accept schema= but not all actually implement schema inspection mojo. These need attention: - oracle - informix - firebird

  2. Log in to comment