Skip to content

Commit d0c6af0

Browse files
committed
Debug
1 parent 71bb05f commit d0c6af0

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
@@ -315,7 +315,7 @@ def dblib_connect(config)
315315
username: config[:username],
316316
password: config[:password],
317317
database: config[:database],
318-
tds_version: config[:tds_version],
318+
# tds_version: config[:tds_version],
319319
appname: config_appname(config),
320320
# login_timeout: config_login_timeout(config),
321321
# timeout: config_timeout(config),

0 commit comments

Comments
 (0)