dave08
10/09/2024, 9:34 AMToshihiro Nakamura
10/09/2024, 11:19 AMSELECT
statements, but creating a dedicated class like the one below might make the intent clearer.
open class DoNothing : Many<Unit>( { select { } })
@KomapperCommand(
"""
select address_id, street, version from address order by address_id
""",
)
class SelectAddress : DoNothing()