olirice / alembic_utils

An alembic/sqlalchemy extension for migrating sql views, functions, triggers, and policies
MIT License
193 stars 42 forks source link

Materialized view colon escapes #96

Closed olirice closed 2 years ago

olirice commented 2 years ago

resolves #95

codecov-commenter commented 2 years ago

Codecov Report

Merging #96 (c6c0af0) into master (4a96bc0) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          18       18           
  Lines         861      863    +2     
=======================================
+ Hits          860      862    +2     
  Misses          1        1           
Flag Coverage Δ
unittests 99.88% <100.00%> (+<0.01%) :arrow_up:

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

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

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