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 71bb05f commit d0c6af0Copy full SHA for d0c6af0
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -315,7 +315,7 @@ def dblib_connect(config)
315
username: config[:username],
316
password: config[:password],
317
database: config[:database],
318
- tds_version: config[:tds_version],
+ # tds_version: config[:tds_version],
319
appname: config_appname(config),
320
# login_timeout: config_login_timeout(config),
321
# timeout: config_timeout(config),
0 commit comments