Join Slack
Powered by
<@U0L8CS35L> you can execute any plain sql with `T...
# exposed
t
tapac
12/03/2016, 1:29 PM
@douglarek
you can execute any plain sql with
TransactionManager.current().exec(yourSql)
. It returns jdbc ResultSet which you can iterate and retrieve data. Or you can implement custom Exposed function and use it as any other in Exposed.
Open in Slack
Previous
Next