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: Add function security option to postgres function. #62

Closed DanCardin closed 2 months ago

DanCardin commented 3 months ago

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

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9260324924

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/sqlalchemy_declarative_extensions/dialects/postgresql/function.py 22 23 95.65%
src/sqlalchemy_declarative_extensions/function/base.py 6 7 85.71%
<!-- Total: 29 31 93.55% -->
Totals Coverage Status
Change from base Build 9260321741: 96.6%
Covered Lines: 2522
Relevant Lines: 2603

💛 - Coveralls