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
Yasuo Honda babc24c1b0 Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode
Reason since MySQL 5.6.6-m9 the `sql_mode` default value is
`NO_ENGINE_SUBSTITUTION`.
This default parameter change is out of control from Rails.

This test verifies Rails not overriding the default `@@GLOBAL.sql_mode` value
by checking if `@@GLOBAL.sql_mode` is the same as `@@SESSION.sql_mode`.
2012-08-22 00:56:23 +09:00
..
active_schema_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
bind_parameter_test.rb %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things 2012-04-27 11:42:50 +01:00
case_sensitivity_test.rb ambiguous first argument; put parentheses or even spaces Warning removed! 2011-10-10 14:16:45 +05:30
connection_test.rb Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode 2012-08-22 00:56:23 +09:00
enum_test.rb fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
explain_test.rb add the query to AR::Relation#explain output 2011-11-25 14:29:34 -08:00
reserved_word_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
schema_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00