mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Updated FAQ (markdown)
This commit is contained in:
committed by
Andrey.Tarashevskiy
parent
b3ff358686
commit
d5d2bb2945
2
FAQ.md
2
FAQ.md
@@ -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
|
||||
Reference in New Issue
Block a user