From d5d2bb294508e8df5a6b054bb67e25bf2848bbfd Mon Sep 17 00:00:00 2001 From: oshai Date: Fri, 15 Dec 2017 00:28:27 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 9aa2b2e..e739d78 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,6 +36,6 @@ fun String.execAndMap(transform : (ResultSet) -> T) : List { ``` 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 \ No newline at end of file