mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
66982772b7
test_mysql_integer_not_null_defaults in test/cases/defaults_test.rb was
failing. This test relies on the connection being in strict mode. By
default a new connection is not in strict mode, but Active Record
automatically places it in strict mode.
ActiveSchemaTest overwrites the connection's #execute method in order to
prevent SQL statements from actually being executed. One of the
operations which is performed in ActiveSchema test is a #recreate_database.
Since
|
||
---|---|---|
.. | ||
active_schema_test.rb | ||
bind_parameter_test.rb | ||
case_sensitivity_test.rb | ||
connection_test.rb | ||
enum_test.rb | ||
explain_test.rb | ||
reserved_word_test.rb | ||
schema_migrations_test.rb | ||
schema_test.rb | ||
sql_types_test.rb |