SNOW-1454926: statement.cancel method isn't available anymore in the latest release #850
Labels
bug
Something isn't working
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of NodeJS driver are you using? 1.11.0
What operating system and processor architecture are you using? Ubuntu 20.04.3 LTS 64bits
What version of NodeJS are you using?
node 16.20.2
npm 8.19.4
What are the component versions in the environment (
npm list
)?5.Server version: xxx
With the previous version I was able to do
statement.cancel()
. Now with version 1.11.0cancel
method is not available in the Statement typesRawStatement | FileAndStageBindStatement
Being able to cancel a statement
The text was updated successfully, but these errors were encountered: