stackql / stackql/stackql-devel
[FEATURE] EXEC /*+ SHOWREULTS */ to return unserialized output
Abierto
@general-kroll-4-life ya está trabajando en esto.
Desde el 22/9/2022.
enhancement
- Lenguaje dominante
- Go
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Feature Description
When an EXEC /*+ SHOWRESULTS */ operation is called, we would simply prepare the request in accordance with the parameters (path and body) provided and bring back the results to a BLOB column.
If the response body is an object, this would return one record of type BLOB, if the response is an array, the return would be a BLOB object per element returned.
This makes this method useful for documents which may be erroneous and can cater for responses that are otherwise un-serializable.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.