Skip to content

Commit beb01f5

Browse files
committed
Debug
1 parent 067de49 commit beb01f5

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
@@ -309,7 +309,7 @@ def connect
309309

310310
def dblib_connect(config)
311311
options = {
312-
dataserver: config[:dataserver],
312+
# dataserver: config[:dataserver],
313313
host: config[:host],
314314
port: config[:port],
315315
username: config[:username],

0 commit comments

Comments
 (0)