Join Slack
Powered by
Hey, we just started using exposed in production a...
# exposed
k
Kabbura
05/07/2018, 9:23 AM
Hey, we just started using exposed in production and it is amazing. One question though, is it possible to use db lock in exposed? e.g. Mysql SELECT ... LOCK IN SHARE MODE or Mysql SELECT ... FOR UPDATE?
t
tapac
05/07/2018, 9:38 AM
ATM only
FOR UPDATE
supported.
FooTable.select { FooTable.id eq 5 }.forUpdate().toList()
20
Views
Open in Slack
Previous
Next