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

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`: ![image](https://github.com/TimelordUK/node-sqlserver-v8/assets/92538868/dbca1e4f-57bd-44f2-9882-09837bc998a1) When I'm trying to build a docker image I'm getting this errors (at the `npm i` layer): ![image](https://github.com/TimelordUK/node-sqlserver-v8/assets/92538868/9cafdf9e-9b81-49c9-a8d7-786c3f8acc2f) ![image](https://github.com/TimelordUK/node-sqlserver-v8/assets/92538868/884a0513-0e7a-4ff7-a783-ccd37f076157) What can I do with...

![image](https://github.com/TimelordUK/node-sqlserver-v8/assets/54627989/65476682-c8ee-42e3-be8f-563b0a28f04f) Why are database field names garbled when using Chinese fields? ![image](https://github.com/TimelordUK/node-sqlserver-v8/assets/54627989/6a718ea1-85c8-4f72-bad6-18ecda6efe82)

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...