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

feat: Interpret "ignore_views" arg as list of globs. #34

Closed DanCardin closed 1 year ago

DanCardin commented 1 year ago

This implicitly allows one to ignore categories of views, such as scoped to a given schema like so: ignore_views=['example.*'].

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5193228320

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Totals Coverage Status
Change from base Build 5191187058: 0.007%
Covered Lines: 2265
Relevant Lines: 2332

💛 - Coveralls