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 f4be968 commit e3dc5eaCopy full SHA for e3dc5ea
test/cases/adapter_test_sqlserver.rb
@@ -148,7 +148,7 @@ def test_schema_dump_includes_limit_constraint_for_integer_columns
148
assert_no_match %r{c_int_4.*:limit}, output
149
end
150
151
- def test_mysql_schema_dump_should_honor_nonstandard_primary_keys
+ def test_sqlserver_schema_dump_should_honor_nonstandard_primary_keys
152
output = standard_dump
153
match = output.match(%r{create_table "movies"(.*)do})
154
assert_not_nil(match, "nonstandardpk table not found")
0 commit comments