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
Eileen M. Uchitelle 72d18e55e7
Merge pull request #25307 from kamipo/extract_foreign_key_action_from_information_schema
Extract foreign key action from `information_schema`
2016-07-01 23:16:39 -03:00
..
active_schema_test.rb Extract add_sql_comment! method 2016-04-29 17:54:38 -07:00
bind_parameter_test.rb
boolean_test.rb Use QUOTED_TRUE and QUOTED_FALSE instead of magic strings 2016-04-05 10:04:38 +09:00
case_sensitivity_test.rb The BINARY Operator is only needed for string columns 2016-02-22 10:03:03 +09:00
charset_collation_test.rb
connection_test.rb Append sql_mode instead of overwriting in strict mode 2016-03-13 12:29:50 +09:00
datetime_precision_quoting_test.rb Support microsecond datetime precision on MariaDB 5.3+. 2016-04-08 18:41:25 -07:00
enum_test.rb
explain_test.rb Remove unnecessary namespaces in explain_test.rb 2016-02-29 12:33:21 +09:00
json_test.rb Properly serialize all JSON primitives in the AR JSON type 2016-04-13 10:52:07 -06:00
mysql2_adapter_test.rb Dont simply assume a type is a valid database type. This is only always true in the case of sqlite. 2016-04-25 23:35:36 +05:30
reserved_word_test.rb
schema_migrations_test.rb Avoid extra show variables in migration 2016-02-01 13:05:47 +09:00
schema_test.rb Merge pull request #25307 from kamipo/extract_foreign_key_action_from_information_schema 2016-07-01 23:16:39 -03:00
sp_test.rb
sql_types_test.rb
table_options_test.rb
unsigned_type_test.rb Followup of #24835 2016-05-03 17:18:21 -05:00