2.4.0
Added
- Support for functions with
Any
return type ieselect { concat(:first_name, ' ', :last_name).as(:name) }
will setROM::Types::Any
as the type by default (GustavoCaso) - New
Relation#as_hash
method (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)