epifab / tydal3

Tydal for Scala 3
MIT License
9 stars 1 forks source link

Update field = arbitrary expressions #11

Closed epifab closed 3 years ago

epifab commented 3 years ago

This is currently not possible:

UPDATE ticket SET price = price - (price * 0.2)