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

貢獻者指南