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 407f70e commit ccd7adcCopy full SHA for ccd7adc
appveyor.yml
@@ -2,7 +2,7 @@ init:
2
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
3
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
4
- SET RAKEOPT=-rdevkit
5
- - SET TINYTDS_VERSION=1.0.2
+ - SET TINYTDS_VERSION=1.0.3
6
clone_depth: 5
7
skip_tags: true
8
matrix:
test/cases/rake_test_sqlserver.rb
@@ -43,7 +43,7 @@ class SQLServerRakeCreateTest < SQLServerRakeTest
43
44
it 'establishes connection to database after create ' do
45
db_tasks.create configuration
46
- connection.current_database.must_equal(connection_sqlserver_azure? ? 'master' : new_database)
+ connection.current_database.must_equal(new_database)
47
end
48
49
it 'creates database with default collation' do
0 commit comments