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/postgresql
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 Fix a NoMethodError schema_statements.rb 2016-08-10 10:44:08 +03:00
array_test.rb Attempt to maintain encoding for arrays of strings with PG 2016-08-31 12:06:30 -04:00
bit_string_test.rb Fix OID::Bit#cast_value 2016-08-20 08:56:54 +09:00
bytea_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
change_schema_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
cidr_test.rb make it possible to run AR tests with bin/test 2015-06-11 14:12:16 +02:00
citext_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
collation_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
composite_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
connection_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
datatype_test.rb Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
domain_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
enum_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
explain_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
extension_migration_test.rb tabenai (typo) 2016-02-01 16:19:12 +09:00
full_text_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
geometric_test.rb Remove deprecated handling of PG Points 2016-08-31 14:09:12 -04:00
hstore_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
infinity_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
integer_test.rb make it possible to run AR tests with bin/test 2015-06-11 14:12:16 +02:00
json_test.rb Serialize JSON attribute value nil as SQL NULL, not JSON 'null' 2016-09-23 11:38:38 -07:00
ltree_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
money_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
network_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
numbers_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
postgresql_adapter_test.rb Remove unnecessary test_sql_for_insert_with_returning_disabled 2016-08-18 04:51:45 +09:00
prepared_statements_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
quoting_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
range_test.rb where by array|range attribute with array or range value 2016-08-11 22:30:40 +09:00
referential_integrity_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
rename_table_test.rb Fix broken heredoc indentation caused by rubocop auto-correct 2016-09-03 13:28:46 +09:00
schema_authorization_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
schema_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
serial_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
statement_pool_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
timestamp_test.rb modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
transaction_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
type_lookup_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
utils_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
uuid_test.rb Fix CI failure caused by df84e98672 2016-08-23 08:36:56 +09:00
xml_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00