rails/activerecord/test/cases/adapters/mysql2
2019-07-08 10:20:45 -05:00
..
active_schema_test.rb use PostgreSQL's bulk_alter_table implementation 2019-04-13 15:39:19 +09:00
auto_increment_test.rb MySQL: Don't lose auto_increment: true in the db/schema.rb 2017-10-15 20:43:38 +09:00
bind_parameter_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
boolean_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
case_sensitivity_test.rb Use capture_sql instead of assert_sql with no pattern 2019-05-22 09:09:18 +09:00
charset_collation_test.rb Use utf8mb4 in all tests and examples 2018-09-21 04:00:25 +09:00
connection_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
count_deleted_rows_with_lock_test.rb Wrap Mysql count of deleted rows in lock block to avoid conflict in test 2019-04-08 12:02:41 -07:00
datetime_precision_quoting_test.rb Cache database version in schema cache 2019-04-03 11:10:14 -04:00
enum_test.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
explain_test.rb Change tests to use models which don't ignore any columns 2017-11-13 17:41:41 -02:00
json_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
mysql2_adapter_test.rb Add database_exists? method to connection adapters 2019-06-17 14:00:53 -04:00
optimizer_hints_test.rb Optimizer hints should be applied on Top level query as much as possible 2019-04-04 11:51:36 +09:00
schema_migrations_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
schema_test.rb Use official database name [ci skip] 2019-04-03 13:08:54 +09:00
set_test.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
sp_test.rb Cache database version in schema cache 2019-04-03 11:10:14 -04:00
sql_types_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
table_options_test.rb Move SchemaMigration to migration_context 2019-06-14 11:15:08 -04:00
transaction_test.rb Remove unnecessary respond_to?(:report_on_exception) checking 2018-03-02 21:26:53 +09:00
unsigned_type_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
virtual_column_test.rb CI against MariaDB 10.3 2018-06-01 03:47:17 +00:00