cybertec-postgresql / poc-plpgsql-analyzer

Proof of concept for tooling to migrate PL/SQL code to PL/pgSQL written in Rust
MIT License
7 stars 0 forks source link

Cmn 1258 add loops #135

Closed if-loop69420 closed 2 months ago

if-loop69420 commented 2 months ago

Summary

Add loops and everything they entail. Lose sanity. Add loops to everywhere they need to be (e.g. blocks)

What's been done ?