olirice / alembic_utils

An alembic/sqlalchemy extension for migrating sql views, functions, triggers, and policies
https://olirice.github.io/alembic_utils
MIT License
211 stars 43 forks source link

Improved identification of plpgsql language #93

Closed MattMcFahn closed 2 years ago

MattMcFahn commented 2 years ago

Allow for plpgsql language declaration to have 'plpgsql' in single quotes. Resolves #88

codecov-commenter commented 2 years ago

Codecov Report

Merging #93 (b3974df) into master (ddda547) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          18       18           
  Lines         861      861           
=======================================
  Hits          860      860           
  Misses          1        1           
Flag Coverage Δ
unittests 99.88% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/alembic_utils/pg_function.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more