Skip to content

Commit 703ed7c

Browse files
committed
Merge pull request #233 from denispeplin/master
Pass tds_version to TinyTds::Client.new
2 parents 1aaae16 + 399af02 commit 703ed7c

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
@@ -424,6 +424,7 @@ def connect
424424
:username => config[:username],
425425
:password => config[:password],
426426
:database => config[:database],
427+
:tds_version => config[:tds_version],
427428
:appname => appname,
428429
:login_timeout => login_timeout,
429430
:timeout => timeout,

0 commit comments

Comments
 (0)