default_schema_name

Issue #1626 resolved
Former user created an issue

Since changeset 6471, sa.engine.Inspector.default_schema_name() seems to be broken; referring to dialect's get_default_schema_name() method. This has changed to be a private method, and access to the value is allowed directly via the default_schema_name property.

Comments (4)

  1. Mike Bayer repo owner
    • changed milestone to 0.6.0

    thanks for the patch. This will need a unit test as well, likely in test_reflection.py.

  2. Log in to comment