2.4.0
Added
- Support for functions with
Anyreturn type ieselect { concat(:first_name, ' ', :last_name).as(:name) }will setROM::Types::Anyas the type by default (GustavoCaso) - New
Relation#as_hashmethod (GustavoCaso)
Any return type ie select { concat(:first_name, ' ', :last_name).as(:name) } will set ROM::Types::Any as the type by default (GustavoCaso)Relation#as_hash method (GustavoCaso)