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 d971bc7 commit 8bdbe68Copy full SHA for 8bdbe68
test/cases/schema_dumper_test_sqlserver.rb
@@ -15,7 +15,7 @@ def test_schema_dump_includes_limit_constraint_for_integer_columns
15
assert_no_match %r{c_int_4.*:limit}, output
16
end
17
18
- def test_mysql_schema_dump_should_honor_nonstandard_primary_keys
+ def test_sqlserver_schema_dump_should_honor_nonstandard_primary_keys
19
output = standard_dump
20
match = output.match(%r{create_table "movies"(.*)do})
21
assert_not_nil(match, "nonstandardpk table not found")
0 commit comments