utPLSQL / utPLSQL-cli

Command line client for invoking utPLSQL
Apache License 2.0
40 stars 15 forks source link

Ability to enable/disable DBMS_OUTPUT from cli #137

Closed jgebal closed 5 years ago

jgebal commented 5 years ago

Previous versions of cli had DBMS_OUTPUT.ENABLED; With release 3.1.6 this is no longer the case. Some of our tests are relying on DBMS_OUTPUT and were working properly on previous version of cli. They started failing after upgrade.

jgebal commented 5 years ago

Ideally that schold be parameter to cli. This way user can have control over that behavior. I woyld leave default enabled probably.

jgebal commented 5 years ago

Or follow sqlcl and sqlplus (default=disabled)

pesse commented 5 years ago

Love the idea of a parameter