rsim / oracle-enhanced

Oracle enhaced adapter for ActiveRecord
MIT License
545 stars 307 forks source link

Allow overriding system user on db create. #2261

Open ioev opened 2 years ago

ioev commented 2 years ago

2257

Change to allow the a user to specify a different system user. I went with only allowing via an environment variable, as adding a new $stdin might quality as a breaking change.

akostadinov commented 2 years ago

Looks consistent with SYSTEM password.

yahonda commented 2 years ago

Please rebase from the master branch to address RSpec failures.

roger-link commented 1 year ago

2257

Change to allow the a user to specify a different system user. I went with only allowing via an environment variable, as adding a new $stdin might quality as a breaking change.

@yahonda @ioev What can be done to get this pr merged? It would be really helpful to be able to set the user. Thanks!