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

Cosmos: Facility to auto-create stored procedure where client is sufficiently privileged #59

Closed
bartelink opened this issue Dec 8, 2018 · 1 comment

Comments

@bartelink
Copy link
Collaborator

Provisioning of the stored procedure is presently an explicitly separated act, driven by Equinox.Cli init, which fits in with DDL/DML separation concepts etc.

However, in practice
a) keys are often provisioned with both DML (manipulate data) and DDL (create proc) permissions
b) as stored procedures are revised, new editions may need to be added

For the above, reasons, the connector should gain a ?provisionStoredProcNow parameter that attempts to add if not present when requested

@bartelink
Copy link
Collaborator Author

In implementing this via #65, I ended up flipping the default to be on

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

1 participant