node-sqlserver-v8
node-sqlserver-v8 copied to clipboard
branched from node-sqlserver, SQL server driver compatible with all versions of Node
Thanks for putting this in the open source space! I'm trying to use this package w/ Node 16 on CentOS7 but having issues building. It looks like node-gyp can't find...
tl;dr is it possible to create a prepared statement and submit to the pool, rather than manually opening a connection and submitting the query there? First, having previously worked on...
Hi, Here we go. OS: Arch linux Kernel: Linux version 5.15.83-1-lts ODBC Driver: msodbcsql 18.1.2.1-1 msnodesqlv8 Version: 2.7.0 node output: ``` fish: Job 1, '/usr/bin/env 'NODE_OPTIONS=--re…' terminated by signal SIGSEGV...
Hi, I have this `package.json`:  When I'm trying to build a docker image I'm getting this errors (at the `npm i` layer):   What can I do with...
 Why are database field names garbled when using Chinese fields? 
I’m working at a company that blocks _nodejs.org_ because of security concerns, When I run `npm i msnodesqlv8` on docker, by default the _node-gyp_ will try to reach _nodejs.org_ to...
While the resolution to issue #113 technically speaks to my problem, I'm just calling my stored proc in the context of a regular query issued from a pool, and cannot...
I suddenly get an segmentation fault on node:16-alpine. It used to work on [email protected], but after reinstalling with npm install, it does not work. I tried after npm rebuild msnodesqlv8,...
I try to tu use this driver in an Visual Studio code extension that I am working on. I got the following error message : Module did not self-register. I...
I noticed while watching my DB and also watching debug events: 1. I set floor to 3 and ceiling to 100 to account for very bursty activity. 2. I send...