We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb01f5 commit 71bb05fCopy full SHA for 71bb05f
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -311,7 +311,7 @@ def dblib_connect(config)
311
options = {
312
# dataserver: config[:dataserver],
313
host: config[:host],
314
- port: config[:port],
+ # port: config[:port],
315
username: config[:username],
316
password: config[:password],
317
database: config[:database],
0 commit comments