Skip to content

Commit 71bb05f

Browse files
committed
Debug
1 parent beb01f5 commit 71bb05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def dblib_connect(config)
311311
options = {
312312
# dataserver: config[:dataserver],
313313
host: config[:host],
314-
port: config[:port],
314+
# port: config[:port],
315315
username: config[:username],
316316
password: config[:password],
317317
database: config[:database],

0 commit comments

Comments
 (0)