stackql / stackql/stackql-devel
[FEATURE] EXEC /*+ SHOWREULTS */ to return unserialized output
Offen
@general-kroll-4-life arbeitet bereits daran.
Seit 22.9.2022.
enhancement
- Vorherrschende Sprache
- Go
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.