stackql / stackql/stackql-devel
[FEATURE] EXEC /*+ SHOWREULTS */ to return unserialized output
@general-kroll-4-life ci sta già lavorando.
Dal 22/9/2022.
- Lingua principale
- Go
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.