Have you considered a different "named query parameter indicator" character?

As you correctly noted in the docs, using $ as named query parameter indicator is interacting with Kotlin string templates. Have you considered allowing another character than $? E.g.

"""SELECT * FROM `travel-sample`.inventory.airline WHERE country = :country"""
1 Like

HI @nkiesel ,

I feel your pain. I don’t know how to address this at the SDK level, since the SDK doesn’t parse the statement. Any change in how the statement is parsed would need to happen on the server. I’ll bring it up with the server team (tracking as MB-52634).

Thanks,
David