Skip to content

Commit ccd7adc

Browse files
committed
Test latest TinyTds and azure fix.
1 parent 407f70e commit ccd7adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ init:
22
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
33
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
44
- SET RAKEOPT=-rdevkit
5-
- SET TINYTDS_VERSION=1.0.2
5+
- SET TINYTDS_VERSION=1.0.3
66
clone_depth: 5
77
skip_tags: true
88
matrix:

test/cases/rake_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SQLServerRakeCreateTest < SQLServerRakeTest
4343

4444
it 'establishes connection to database after create ' do
4545
db_tasks.create configuration
46-
connection.current_database.must_equal(connection_sqlserver_azure? ? 'master' : new_database)
46+
connection.current_database.must_equal(new_database)
4747
end
4848

4949
it 'creates database with default collation' do

0 commit comments

Comments
 (0)