codefori/vscode-db2i

Schemas - Generate an SQL statement for routines

オープン

#221 opened on 2024/03/29

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (54 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (75 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド