sijms / go-ora

Pure go oracle client
MIT License
786 stars 174 forks source link

hide DBOutput to decrease complexity #423

Closed hmmftg closed 1 year ago

hmmftg commented 1 year ago

Hi, DBOutput object adds complexity in large projects because they're forced to add it to their contexts

as a solution it would be easier for them to pass context and we do the job.

and most of mainly used oracle 3rd party apps have a button to enable dbms.out and disable it, so EnableOutput and DisableOutput methods seem to be better choise