File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 77
88#### Changed
99
10- * Test now use latest v0.9.5 of TinyTDS.
10+ * Test now use latest v0.9.5 of TinyTDS. Includes tests for ` defncopy ` Windows binstub.
1111* Make linked servers stronger. Fixes #427 . Thanks @jippeholwerda
1212* Use proper module for the ` sqlserver_connection ` method. Fixes #431 . Thanks @jippeholwerda
1313* All datetime casting using the ` Time::DATE_FORMATS[:_sqlserver_*] ` formats set after connection.
Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ class SQLServerRakeStructureDumpLoadTest < SQLServerRakeTest
120120 end
121121
122122 it 'dumps structure and accounts for defncopy oddities' do
123- # CHANGED: [TinyTDS] When utilities are available http://git.io/v3tBk
124- skip if host_windows?
125123 quietly { db_tasks . structure_dump configuration , filename }
126124 filedata . wont_match %r{\A USE.*\z }
127125 filedata . wont_match %r{\A GO.*\z }
@@ -131,8 +129,6 @@ class SQLServerRakeStructureDumpLoadTest < SQLServerRakeTest
131129 end
132130
133131 it 'can load dumped structure' do
134- # CHANGED: [TinyTDS] When utilities are available http://git.io/v3tBk
135- skip if host_windows?
136132 quietly { db_tasks . structure_dump configuration , filename }
137133 filedata . must_match %r{CREATE TABLE dbo\. users}
138134 db_tasks . purge ( configuration )
You can’t perform that action at this time.
0 commit comments