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

use stored procedures? #81

Open
twistedlizard opened this issue Jul 7, 2017 · 2 comments
Open

use stored procedures? #81

twistedlizard opened this issue Jul 7, 2017 · 2 comments
Labels

Comments

@twistedlizard
Copy link

I'm working with a database where all access is via stored procedures.
Is is possible to use this system to invoke stored procedures with parameters and possibly get back a resultset?

@restsql
Copy link
Owner

restsql commented Jul 7, 2017

Unfortunately no. Only passive stored function support is available, meaning you can return a result based on columular data, and nothing in the query params.

http://restsql.org/doc/SqlResourceRules.html

For example, select name, address, compute_zipplusfour(zip) from customer. Where zip is a column on customer.

@twistedlizard
Copy link
Author

ok, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants