Skip to content
New issue

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

Fix can't modify frozen String error in DBConsole #30451

Conversation

y-yagi
Copy link
Member

@y-yagi y-yagi commented Aug 29, 2017

Without this, dbconsole raises an error as follwing:

RuntimeError: can't modify frozen String
    railties/lib/rails/commands/dbconsole/dbconsole_command.rb:79:in `start'

Without this, `dbconsole` raises an error as follwing:

```
RuntimeError: can't modify frozen String
    railties/lib/rails/commands/dbconsole/dbconsole_command.rb:79:in `start'
```
@rails-bot
Copy link

r? @rafaelfranca

(@rails-bot has picked a reviewer for you, use r? to override)

@kamipo kamipo merged commit ca5621d into rails:master Aug 29, 2017
@y-yagi y-yagi deleted the fix_cant_modify_forzen_string_error_in_dbconsole_with_sqlserver branch August 29, 2017 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants