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: Use HasMetaData for typing on declarative_database. #38

Closed DanCardin closed 1 year ago

DanCardin commented 1 year ago

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

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5751860529

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.


Files with Coverage Reduction New Missed Lines %
src/sqlalchemy_declarative_extensions/function/base.py 1 96.15%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 5270227346: -0.04%
Covered Lines: 2279
Relevant Lines: 2347

💛 - Coveralls