|
@@ -33,7 +33,7 @@ func (c *Client) ExecuteRawSql(token string, baseUrl string,
|
|
|
}
|
|
|
|
|
|
typedValueReflectValueElem := reflectutils.PointerValueElem(typedValueReflectValue)
|
|
|
- values = append(values, map[string]any{
|
|
|
+ rawSqlValues = append(rawSqlValues, map[string]any{
|
|
|
"kind": typedValueReflectValueElem.Kind(),
|
|
|
"value": typedValueReflectValueElem.Interface(),
|
|
|
})
|