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
Trung Duc Tran 21675fdc44 Serialize JSON attribute value nil as SQL NULL, not JSON 'null'
Test: JSON attribute value nil can be used in where(attr: nil)

Add changelog entry
2016-09-23 11:38:38 -07:00
..
active_schema_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
bind_parameter_test.rb modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
boolean_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
case_sensitivity_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
charset_collation_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
connection_test.rb Address warning: ambiguous first argument; put parentheses or a space even after /' operator` 2016-09-13 19:38:34 +00:00
datetime_precision_quoting_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
enum_test.rb Remove unused blob_or_text_column? method 2016-08-19 14:09:55 +09:00
explain_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
json_test.rb Serialize JSON attribute value nil as SQL NULL, not JSON 'null' 2016-09-23 11:38:38 -07:00
mysql2_adapter_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
reserved_word_test.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
schema_migrations_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
schema_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
sp_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
sql_types_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
table_options_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
transaction_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
unsigned_type_test.rb Followup of #24835 2016-05-03 17:18:21 -05:00