Yury Bushmelev
04/12/2024, 6:27 AMalways_return()
accepts a Hash only.. though the plan can return almost anything, including ResultSet wrapped with PlanResult. In this case the PlanResult’s value is Array. I can work it around with .return()
, but .always_return()
would be a bit easier.