Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
2.1.4
- disallow modification of CONSTANT variables for non assignment statement
- disallow COMMIT or ROLLBACK in protected block
- allow GET STACKED DIAGNOSTICS only in protected block
2.1.3
- possibility to show dependency on operators
- support for PostgreSQL 15
2.1.1
- fix issues introduced in 2.1.0
- fix branch coverage calculation for block statement
2.0.6
- fix crash of check when null is assigned to rec variable on Postgres 14
2.0.5
minor enhancing - try to work with fmt
string in function format
used in EXECUTE
command.
2.0.3
fix metada for pgxn repository
2.0.2
shorter syntax for PRAGMA
2.0.1
reimplementation of pragma TABLE