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/arel
Dmytro Shteflyuk b5302d5a82 Arel: Implemented DB-aware NULL-safe comparison (#34451)
* Arel: Implemented DB-aware NULL-safe comparison

* Fixed where clause inversion for NULL-safe comparison

* Renaming "null_safe_eq" to "is_not_distinct_from", "null_safe_not_eq" to "is_distinct_from"

[Dmytro Shteflyuk + Rafael Mendonça França]
2018-11-15 14:49:55 -05:00
..
attributes Fix the obvious typos detected by github.com/client9/misspell 2018-08-08 21:55:46 +09:00
collectors SQLString#compile is no longer used since 53521a9e39 2018-09-30 16:49:13 +09:00
nodes Add math tests 2018-05-14 19:36:56 +01:00
support Enable Lint/StringConversionInInterpolation rubocop rule 2018-05-21 21:10:14 +09:00
visitors Arel: Implemented DB-aware NULL-safe comparison (#34451) 2018-11-15 14:49:55 -05:00
attributes_test.rb
crud_test.rb
delete_manager_test.rb Handle DELETE with LIMIT in Arel 2018-09-30 21:21:54 +09:00
factory_methods_test.rb
helper.rb Remove unused assert_like from Arel::Test 2018-05-02 00:00:19 +00:00
insert_manager_test.rb Enable Layout/EmptyLinesAroundBlockBody to reduce review cost in the future 2018-07-12 21:29:48 +09:00
nodes_test.rb
select_manager_test.rb Abandon TOP support. 2018-09-25 15:39:14 +04:00
table_test.rb
update_manager_test.rb