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 131be6e commit a792029Copy full SHA for a792029
test/debug.rb
@@ -8,7 +8,8 @@
8
password: ENV['CI_AZURE_PASS'],
9
database: 'activerecord_unittest',
10
azure: true,
11
- login_timeout: 20
+ login_timeout: 20,
12
+ tds_version: '7.3'
13
)
14
15
puts c.execute("SELECT 1 AS [one]").each
0 commit comments