mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Don't ask something that we don't want to
We only want to support adapters that we officially support through the entire framework so it is better to not ask patches for adapters that we may not support
This commit is contained in:
parent
3ab66a0ce4
commit
d0ec2a9856
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module Rails
|
|||
find_cmd_and_exec("sqsh", *args)
|
||||
|
||||
else
|
||||
abort "Unknown command-line client for #{config['database']}. Submit a Rails patch to add support!"
|
||||
abort "Unknown command-line client for #{config['database']}."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue