codefori/vscode-db2i

Schemas - Generate an SQL statement for routines

开放

#221 创建于 2024年3月29日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (54 个派生)auto 404
good first issue

仓库指标

星标
 (75 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南