dave08
09/17/2024, 11:34 AMORDER BY name, address,
) instead of having to use the more verbose _`_has_next` test)_Toshihiro Nakamura
09/18/2024, 2:21 PMdave08
09/18/2024, 3:12 PMToshihiro Nakamura
09/21/2024, 10:00 AMdave08
09/22/2024, 9:31 AMi_or
is as clear as i_has_next
, the first is supposed to append an or
the second just checks if there's a next element... if the standard is that these utilities append and when they do something else, then you specify, (like has_
), then it might be ok, otherwise, it might be better to make it clearer by using i_append_or
or i_add_or
or i_next_or
... I guess it's clarity for users vs. conciseness...