-
Notifications
You must be signed in to change notification settings - Fork 55
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
request.transformIntoExecuteSqlRpc() is not a function #63
Comments
Looks like it was removed in |
Getting the same error. Is there a fix for this? |
Can anyone confirm whether this is still an issue in |
Hope it to have fixed. |
I figured out the solution. Make sure you import from 'tedious-connection-pool/node_modules/tedious' instead of just tedious. I'm using TypeScript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Receive this:
connection.js:1359 - TypeError: request.transformIntoExecuteSqlRpc is not a function
If I use the tedious library without the pooling, then everything works fine
Possible Solution
I can remove the request.transformIntoExecuteSqlRpc() call in connection.js and the connection is then sent to the server, but it obviously fails as the statement is not interpreted correctly
Environment
Node.js Windows
The text was updated successfully, but these errors were encountered: