what is the new way to execute raw sql in exposed ...
# exposed
m
what is the new way to execute raw sql in exposed 1.0 (beta 5)? seems like
exec
function no longer exists and I don't see any alternative in the breaking changes docs
problem found, the old exec is only defined for jdbc transaction, not on the base transaction