We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed in https://github.com/rsim/oracle-enhanced/blob/4ac11553d1e31297b1f7ad421883c9e398e5e9ff/lib/active_record/connection_adapters/oracle_enhanced/database_tasks.rb the system user is hardcoded as "SYSTEM". We currently use a different username to create tables, so it would be nice if the username could be customized similar to the password.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Would you consider opening a pull request?
Sorry, something went wrong.
Sure, I can give that a shot.
Allow overriding system user on db create.
77b5497
rsim#2257
Tweak allow overriding system user on db create.
7c7f2f9
No branches or pull requests
I noticed in https://github.com/rsim/oracle-enhanced/blob/4ac11553d1e31297b1f7ad421883c9e398e5e9ff/lib/active_record/connection_adapters/oracle_enhanced/database_tasks.rb the system user is hardcoded as "SYSTEM". We currently use a different username to create tables, so it would be nice if the username could be customized similar to the password.
The text was updated successfully, but these errors were encountered: