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
Yasuo Honda ed3c38c7aa Replace if exists with table_exists? and drop table statement with drop_table
since 'drop table if exists' statement does not always work with some databases such as Oracle.
also Oracle drop table statement will not drop sequence objects.
2015-01-21 16:17:34 +00:00
..
change_schema_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00
change_table_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
column_attributes_test.rb Disable some tests on SQLite 2014-07-17 17:47:58 -03:00
column_positioning_test.rb Remove unused accessor 2015-01-19 08:18:08 +09:00
columns_test.rb Be sure to reset PK name renamed in the test 2014-08-15 01:29:42 +09:00
command_recorder_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
create_join_table_test.rb create_join_table uses same logic as HABTM reflections 2014-07-18 19:46:53 +03:00
foreign_key_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00
helper.rb Bring original puts back after finishing tests 2014-08-29 10:34:26 +09:00
index_test.rb raise a better exception for renaming long indexes 2014-11-20 17:37:54 -08:00
logger_test.rb /mysql/i -> MySQL, Spell correct in continuation to #15555 2014-06-14 17:11:08 +05:30
pending_migrations_test.rb rename MiniTest to Minitest 2014-08-02 21:30:28 +05:30
references_foreign_key_test.rb Replace if exists with table_exists? and drop table statement with drop_table 2015-01-21 16:17:34 +00:00
references_index_test.rb Use type column first in multi-column indexes 2014-10-24 16:34:30 -04:00
references_statements_test.rb Use type column first in multi-column indexes 2014-10-24 16:34:30 -04:00
rename_table_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00
table_and_index_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00