node-sqlserver-v8 icon indicating copy to clipboard operation
node-sqlserver-v8 copied to clipboard

branched from node-sqlserver, SQL server driver compatible with all versions of Node

Results 61 node-sqlserver-v8 issues
Sort by recently updated
recently updated
newest added

The process reads from encrypted columns without issue, the ODBC 17 driver takes care of the decryption. But I can't insert into the table for the life of me. Below...

The error displayed is: ``` queryObj.pause is not a function - "queryObj.pause is not a function" TypeError: queryObj.pause is not a function at PoolEventCaster.pauseQuery (./node_modules/msnodesqlv8/lib/pool.js:55:20) at Timeout._onTimeout (./node_modules/msnodesqlv8/lib/util.js:88:15) at listOnTimeout...

I am trying to install msnodesqlv8 with a new project but it fails to install. I tried on both Windows and Mac machines and get the same error message. Below...

I have installed this package in my local machine where i have access to internet and it worked well. Now we wanted to move the changes in windows server where...

Hello, currently I'm working on a experiment. The experiment is about 'worker_threads' module but I can't solve an error. When I'm trying to import 'msnodesqlv8' to a worker, the error...

I have to implement Window Authentication in Nestjs + mssql which uses TypeOrm so after lots of findings msnodesqlv8 driver was the most recommended but I don't find enough information...

Hi there. I love this project. It's small and very tiny. Unfortunately it has one minor problem. Prebuild-install: ``` +-- [email protected] | +-- [email protected] | +-- [email protected] | | `--...

Hi, I'm on macOS 11.4 ARM64 and noticed that upgrading to version 2.2.0 when I try to connect it returns the following error: `ConnectionError: [unixODBC][Driver Manager]Can't open lib 'SQL Server...

We have a node server receiving a lot of requests every 5th minute. On average every 24th hour this ends up in a situation where the entire event loop is...

Hi, I'm getting the below error while trying to install msnodesqlv8 in windows 10 pro. Please advise. npm i msnodesqlv8 npm ERR! code 1 npm ERR! path C:\Users\faisal\Desktop\mssql-nodejs\node_modules\msnodesqlv8 npm ERR!...