Updated FAQ (markdown)

This commit is contained in:
oshai
2017-12-15 00:28:27 +02:00
committed by Andrey.Tarashevskiy
parent b3ff358686
commit d5d2bb2945

2
FAQ.md
View File

@@ -36,6 +36,6 @@ fun <T:Any> String.execAndMap(transform : (ResultSet) -> T) : List<T> {
```
More info in this issue: https://github.com/JetBrains/Exposed/issues/118
### Q: Is it possible to update relative to current value?
### Q: Is it possible to update a field relative to current field value?
A: Yes. See example here: https://github.com/JetBrains/Exposed/issues/82