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
Ryuta Kamizono 7fb2ba5ed8 Optimizer hints should be applied on Top level query as much as possible
I've experienced this issue in our app, some hints only works on Top
level query (e.g. `MAX_EXECUTION_TIME`).
2019-04-04 11:51:36 +09:00
..
active_schema_test.rb Allow column_exists? to be passed type argument as a string 2019-01-24 19:02:44 +09:00
annotate_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07: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 utf8mb4 in all tests and examples 2018-09-21 04:00:25 +09:00
charset_collation_test.rb Use utf8mb4 in all tests and examples 2018-09-21 04:00:25 +09:00
connection_test.rb Extract truncate and truncate_tables into database statements 2019-03-17 05:20:46 +09:00
datetime_precision_quoting_test.rb Cache database version in schema cache 2019-04-03 11:10:14 -04:00
enum_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05: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 Don't change collation_connection in the current connection 2019-03-27 15:26:29 +09: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 Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
schema_test.rb Use official database name [ci skip] 2019-04-03 13:08:54 +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 Remove default ENGINE=InnoDB for Mysql2 adapter 2017-12-11 10:46:14 +01: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