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

Add execute immidiate #120

Closed if-loop69420 closed 2 months ago

if-loop69420 commented 2 months ago

Summary

Added support for the execute immediate statement and complex variants of it

What has been done?