Skip to content

Commit a3082cb

Browse files
committed
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
1 parent 1119c89 commit a3082cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/commands/dbconsole.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def start
9090
find_cmd_and_exec("sqsh", *args)
9191

9292
else
93-
abort "Unknown command-line client for #{config['database']}. Submit a Rails patch to add support!"
93+
abort "Unknown command-line client for #{config['database']}."
9494
end
9595
end
9696

0 commit comments

Comments
 (0)