oravirt / ansible-oracle-modules

Oracle modules for Ansible
MIT License
214 stars 161 forks source link

Allow DECLARE in PL/SQL blocks in oracle_sql sql. #167

Open srich opened 3 years ago

srich commented 3 years ago

The oracle_sql "sql" parameter does not handle DECLARE blocks. This change adds it.