Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
2.1.7
- Fix stack item allocation in push_stmt_to_stmt_stack
2.1.6
- minor enhancing related to PostgreSQL 15
2.1.5
- fix false alarm when constant variable was initialized
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.