codefori/vscode-db2i

Schemas - Generate an SQL statement for routines

Ouverte

#221 ouverte le 29 mars 2024

 (1 commentaire) (0 réaction) (0 personne assignée)TypeScript (54 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (75 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I know we've got a nifty prompter / content assist, but it would also be nice to generate CALL statements for procedures from Schemas and Queries for functions from Schemas... similar to what Schemas does for Tables and Views.

For procedures, generate a CALL proc(); For scalar functions, generate a VALUES fun(); For table functions, generate SELECT * from table(fun());

Guide contributeur