Skip to content

Commit

Permalink
Skip decimal min_value/max_value test on MySQL versions where integer…
Browse files Browse the repository at this point in the history
… test is skipped
  • Loading branch information
jeremyevans committed Dec 31, 2022
1 parent a89a666 commit 9792564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/integration/schema_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
int_types.concat([:tinyint, :smallint, :mediumint, 'int(9)', 'tinyint(2)', "integer unsigned", "bigint unsigned", "tinyint unsigned", "smallint unsigned", "mediumint unsigned", 'int(9) unsigned', 'tinyint(2) unsigned'])
else
int_types.clear
decimal_types.clear
end
when :mssql, :h2, :hsqldb
int_types.concat([:smallint, :tinyint])
Expand Down

0 comments on commit 9792564

Please sign in to comment.