Hello, I need to apply an `ORDER BY ... COLLATE "C...
# exposed
j
Hello, I need to apply an
ORDER BY ... COLLATE "C"
on a query but I can't find how to add a collate in
fun orderBy(vararg order: Pair<Expression<*>, SortOrder>) : SizedIterable<T>
. Is there a way?