rails/activerecord/test/cases/adapters/mysql2
Louis-Michel Couture 467e79bb8b
Update MySQL links to the current version of the manual [ci skip]
Accessing the MySQL manual without a specific version number will redirect to the latest version of the manual.
Remove non functional id from a comment in favor an explicit message
2019-10-03 20:22:29 -04:00
..
active_schema_test.rb Allow bulk alter to drop and recreate named index 2019-09-10 00:26:14 +01: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 Allow DESCRIBE queries on read-only connections 2019-09-18 10:26:41 -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 Instantiate ConnectionPool with a DatabaseConfig rather than a ConnectionSpecification 2019-09-24 15:12:22 +02:00
set_test.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
sp_test.rb Update MySQL links to the current version of the manual [ci skip] 2019-10-03 20:22:29 -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 [ActiveRecord] Superclass for aborted queries 2019-07-16 22:39:21 +01: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