1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/migration
Yves Senn 80f4a65bbd test, show current adapter behavior for add_column limit: nil.
This is an illustration of https://github.com/rails/rails/pull/13435#issuecomment-33789752
Removing the limit from the PG and SQLite adapter solves the issue.
MySQL is still affected by the issue.
2014-04-04 10:35:26 +02:00
..
change_schema_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
change_table_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
column_attributes_test.rb test, show current adapter behavior for add_column limit: nil. 2014-04-04 10:35:26 +02:00
column_positioning_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
columns_test.rb anual_salary => annual_salary 2013-03-28 21:45:08 +05:30
command_recorder_test.rb Drop the correct index after reverting a migration 2014-02-13 17:18:16 +01:00
create_join_table_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
helper.rb Initialize accessors to remove some warnings in Ruby 2.0 2012-11-19 12:52:19 -02:00
index_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
logger_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
references_index_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
references_statements_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
rename_table_test.rb Remove more skip 2013-11-08 14:18:54 -02:00
table_and_index_test.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00