Skip to content

Commit

Permalink
ADD warp for escape param.
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Jan 15, 2024
1 parent 220fe23 commit 2dd2f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/parser/sql/escaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func reflectVariableToString(variable interface{}) (string, error) {
}
finalString += subVarInString
}
return finalString, nil
return "{" + finalString + "}", nil
}

return "", errors.New("invalied array type inputed")
Expand Down

0 comments on commit 2dd2f32

Please sign in to comment.