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/adapters/mysql2
2014-09-01 22:36:05 -07:00
..
active_schema_test.rb Change the default null value for timestamps 2014-08-12 14:40:11 -06:00
bind_parameter_test.rb
boolean_test.rb Clear schema cache before each test 2014-09-01 10:00:48 +09:00
case_sensitivity_test.rb Only use BINARY for mysql case sensitive uniqueness check when column has a case insensitive collation. 2013-11-26 04:59:18 +09:00
connection_test.rb MySQL: set connection collation along with the charset 2014-08-30 10:07:07 -07:00
enum_test.rb
explain_test.rb all tests passing on mysql2 2014-04-09 15:48:15 -07:00
reserved_word_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
schema_migrations_test.rb use foreign key DSL in our tests. 2014-07-16 10:06:55 +02:00
schema_test.rb MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled 2014-09-01 22:36:05 -07:00
sql_types_test.rb