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

Implemented Stored Procedure feature #2

Merged
merged 17 commits into from
Mar 17, 2015

Conversation

dharmaraj-ramasamy
Copy link
Contributor

Added stored procedure feature in osql for mssql database.

isValidDataType(type);
params.push({'type': 'output', 'name': name || '', 'dataType': type});
},
execute: function(name){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add the ability to provide parameters in the execute method.

cookie-bytes added a commit that referenced this pull request Mar 17, 2015
Implemented Stored Procedure feature
@cookie-bytes cookie-bytes merged commit b146683 into Stono:develop Mar 17, 2015
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

Successfully merging this pull request may close these issues.

2 participants