Firebird has_table does not take schema into account

Issue #711 resolved
jek created an issue

The dialect accepts the schema argument but does not yet use it when looking for a table.

Comments (3)

  1. Former user Account Deleted

    Firebird does not have "schemas", there's only one "namespace" for all the tables in a given database. So I'd say there's nothing to do here :-)

    ''-- lele gaifax''

  2. Log in to comment