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

Hello, unfortunately I got an uncaught exception in my application. I was using a pool to query SQL Server database multiple times, also with pause and cancel query, and got...

Looking for help on resolving **Unable to initialize msnodesql** error during HMR, using vite for electron. Source: `const msnodesqlv8 = require("mssql/msnodesqlv8");` Is there any reset or connection code I can...

App threw an error during load Error: Module did not self-register: '/Volumes/data/electron/xServer/node_modules/msnodesqlv8/build/Release/sqlserverv8.node'. at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1810) at Module._extensions..node (node:internal/modules/cjs/loader:1205:18) at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1810) at Module.load (node:internal/modules/cjs/loader:988:32) at Module._load...

https://github.com/VittorioMorellini/portfolio14 This is my repo with msnodesqlv8 (4.1.1) and next 13.5.6 I am using node 18.18.2 I have this error in build, I am not able to understand, I used...

I installed this lib with setting NODE_TLS_REJECT_UNAUTHORIZED with 0. But when I call it, it says: ` ./node_modules/msnodesqlv8/lib/util.js:5:20 Module not found: Can't resolve '../build/Release/sqlserverv8'` I ensure the sqlserverv8.node exist inside...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.2 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [electron](https://github.com/electron/electron) from 26.2.2 to 26.2.4. Release notes Sourced from electron's releases. electron v26.2.4 Release Notes for v26.2.4 Features Detect system dark theme preference via xdg settings portal on Linux....

dependencies

Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.1. Release notes Sourced from axios's releases. Release v1.6.1 Release notes: Bug Fixes formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab) platform:...

dependencies

Hello! I'm trying to use this library to enable Windows authentication, and it refuses to build for me. After reviewing some of the other issues, I tried using `prebuild-install` as...

The whole way that mssql and msnodesqlv8 work together seems wonky. It's taken a lot of time, but I got it to simply connect with plain javascript and using require....