File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 - docker
55env :
66 global :
7- - TINYTDS_VERSION=2.1.0.pre1
7+ - TINYTDS_VERSION=2.1.0.pre2
88 - ACTIVERECORD_UNITTEST_HOST=localhost
99 - ACTIVERECORD_UNITTEST_DATASERVER=localhost
1010rvm :
Original file line number Diff line number Diff line change 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=2.1.0.pre1
5+ - SET TINYTDS_VERSION=2.1.0.pre2
66clone_depth : 5
77skip_tags : true
88matrix :
Original file line number Diff line number Diff line change 66machine :
77 environment :
88 PATH : /opt/local/bin:${PATH}
9- TINYTDS_VERSION : 2.1.0.pre1
9+ TINYTDS_VERSION : 2.1.0.pre2
1010 ACTIVERECORD_UNITTEST_HOST : localhost
1111 ACTIVERECORD_UNITTEST_DATASERVER : localhost
1212 services :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def purge
5050
5151 def structure_dump ( filename , extra_flags )
5252 command = [
53- "defncopy" ,
53+ "defncopy-ttds " ,
5454 "-S #{ Shellwords . escape ( configuration [ 'host' ] ) } " ,
5555 "-D #{ Shellwords . escape ( configuration [ 'database' ] ) } " ,
5656 "-U #{ Shellwords . escape ( configuration [ 'username' ] ) } " ,
You can’t perform that action at this time.
0 commit comments