The SQL function string.reverse should take 1 argument
This commit is contained in:
parent
7c39c99bf3
commit
085ba565b2
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue