Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schemas - Generate an SQL statement for routines #221

Open
forstie opened this issue Mar 29, 2024 · 1 comment
Open

Schemas - Generate an SQL statement for routines #221

forstie opened this issue Mar 29, 2024 · 1 comment
Milestone

Comments

@forstie
Copy link
Collaborator

forstie commented Mar 29, 2024

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

@forstie
Copy link
Collaborator Author

forstie commented Mar 29, 2024

image

@worksofliam worksofliam modified the milestones: 1.0.0, 1.1.0 Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants