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

CREATE/ALTER PROCEDURE CALLS #38

Closed
karacaenes opened this issue Apr 24, 2014 · 2 comments
Closed

CREATE/ALTER PROCEDURE CALLS #38

karacaenes opened this issue Apr 24, 2014 · 2 comments

Comments

@karacaenes
Copy link

Hello,
I'm pretty much having this issue
tediousjs/tedious#79

can you please provide a way to use tedious' execSqlBatch?

I added a these lines around line 205 in tedious.coffee.

if @batch
    connection.execSqlBatch req
else connection.execSqlBatch req

But i am not sure if these would have any implications, or cause any problems.

@patriksimek
Copy link
Collaborator

Thank you for reporting this, I will prepare a solution for upcoming version.

patriksimek added a commit that referenced this issue Jul 4, 2014
@patriksimek
Copy link
Collaborator

I have just released new version with support for executing batches.

Docs: https://github.com/patriksimek/node-mssql#batch

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

No branches or pull requests

2 participants