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
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
..
firebird please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
mysql Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode 2012-08-22 00:56:23 +09:00
mysql2 Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode 2012-08-22 00:56:23 +09:00
oracle please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
postgresql Fix only-once stub logic. 2012-08-08 14:43:53 -07:00
sqlite3 Revert "Merge pull request #6344" 2012-06-25 02:27:26 +02:00