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

I am developing small Express server in Typescript. I am unable to get type declarations to work, specifically this line: ``` import { PoolStatusRecord, PoolOptions, Pool } from "msnodesqlv8/types ```...

Hi, I am experiencing segmentation faults every few minutes running the driver. I am really not sure where to go beyond the information i provided. - nodejs v18.20.1 - msodbcsql18...

Why is my query returning a truncated number if the table contains columns with BIGINT. e.g. -9120127830603665000 vs -9120127830603665327 Based on what I can tell this issue was fixed. I...

I'm writing an Electron App for windows which connects to a local SQL Server and configures some CDC settings. I am having difficulties running system stored procedures. It recognizes the...

I am trying to get this working with sequelize at work. We are on VMs and am not sure if that may be causing an issue, but when I tried...

Hello, I have a delicate problem. In gitlab I need to build for win32 / arch64. However, the gitlab runner does not support a windows runner. And running on npm...

Most the samples involving transactions use a singular connection. I'm however using a pool. My worry is following ```javascript let pool = new mssql.Pool(config) pool.open() /* later */ async function...

using msnodesqlv8 v4.2.1 with sqlserver2022 When a print statement is executed as part of a stored procedure invocation, if the print statement outputs a string larger than the hardcoded 2048...

I am using msnodesqlv8 4.2.1 with mssql 11.0.1 When using AlwaysEncrypted input column in PreparedStatement, the parameter seems to not be sent with a size. The column in database is...