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