codefori/vscode-db2i

Schemas - Generate an SQL statement for routines

Open

#221 opened on Mar 29, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (54 forks)auto 404
good first issue

Repository metrics

Stars
 (75 stars)
PR merge metrics
 (PR metrics pending)

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());

Contributor guide