> So first, how the heck does this even work? I...
# exposed
t
So first, how the heck does this even work? I can’t seem to figure it out from reading the source.
inList and other functions declared within SqlExpressionBuilder that’s why you can’t access them out of select {} block, which defined as :
inline fun FieldSet.select(where: SqlExpressionBuilder.()->Op<Boolean>)
m
That is a cool trick, and I can't believe I didn't already know that! Thanks!