Arjan van Wieringen
12/08/2024, 3:54 PMSql(""" .... multiline string ... """)
Is not supported?Alexander Ioffe
12/12/2024, 6:32 AMSql(
"""...
...
...
"""
)
What I don't yet support is:
Sql(
"""...
...
...
""".trimIndent()
)
Unfortunately intellij inserts it automatically but I think I'll made and update to terpal to just ignore it so at least compilation won't break.Alexander Ioffe
12/16/2024, 2:01 AMtrimIndent