Skip to content

Commit

Permalink
add support for mysql2 adapter to dbconsole
Browse files Browse the repository at this point in the history
[#4532 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
brianmario authored and jeremy committed May 4, 2010
1 parent f194d65 commit 6d1344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/commands/dbconsole.rb
Expand Up @@ -45,7 +45,7 @@ def find_cmd(*commands)
end

case config["adapter"]
when "mysql"
when /^mysql/
args = {
'host' => '--host',
'port' => '--port',
Expand Down

0 comments on commit 6d1344d

Please sign in to comment.