• D
    Arel: Implemented DB-aware NULL-safe comparison (#34451) · b5302d5a
    Dmytro Shteflyuk 提交于
    * 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]
    b5302d5a
predications.rb 5.7 KB