The SQL function string.reverse should take 1 argument

This commit is contained in:
Tobie Morgan Hitchcock 2018-04-02 23:44:51 +01:00
parent 7c39c99bf3
commit 085ba565b2

View file

@ -208,7 +208,7 @@ var funcs = map[string]map[int]interface{}{
"string.lowercase": {1: nil},
"string.repeat": {2: nil},
"string.replace": {3: nil},
"string.reverse": {3: nil},
"string.reverse": {1: nil},
"string.search": {2: nil},
"string.slice": {3: nil},
"string.split": {2: nil},