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: Support `ignore` option for functions. #53

Closed DanCardin closed 5 months ago

DanCardin commented 5 months ago

Fixes https://github.com/DanCardin/sqlalchemy-declarative-extensions/issues/52

Note this deprecates Views.ignore_views in favor of Views.ignore (for consistency among objects implementing the field.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8335584619

Details


Totals Coverage Status
Change from base Build 7998494004: 0.05%
Covered Lines: 2427
Relevant Lines: 2510

💛 - Coveralls