DanCardin / sqlalchemy-declarative-extensions

Library to declare additional kinds of objects not natively supported by SqlAlchemy/Alembic.
https://sqlalchemy-declarative-extensions.readthedocs.io/en/latest/
Apache License 2.0
31 stars 5 forks source link

fix: Ignore schema casing. #66

Closed DanCardin closed 2 months ago

DanCardin commented 2 months ago

This helps to not need to declare INFORMATION_SCHEMA in order to avoid alembic attempting to autogenerate it. In particular, in testing we use fakesnow, which doesn't have perfect emulation (lowercase information_schema)

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9322999372

Details


Totals Coverage Status
Change from base Build 9318714607: 96.7%
Covered Lines: 2522
Relevant Lines: 2603

💛 - Coveralls