Skip to content

Commit 399af02

Browse files
committed
Pass tds_version to TinyTds::Client.new
1 parent 74f984a commit 399af02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def connect
420420
:username => config[:username],
421421
:password => config[:password],
422422
:database => config[:database],
423+
:tds_version => config[:tds_version],
423424
:appname => appname,
424425
:login_timeout => login_timeout,
425426
:timeout => timeout,

0 commit comments

Comments
 (0)