node-sqlserver-v8
node-sqlserver-v8 copied to clipboard
branched from node-sqlserver, SQL server driver compatible with all versions of Node
Can somebody give me a link with a proper configuration for transactional `XACT_ABORT` setting? Maybe it's `ON` by default? I haven't found any mention of it
Just a query around support for SQL Server 2016+ Always Encrypted feature?
Just a couple of suggestions on the AppVeyor: - It would be good to put the badge on the readme. - And switch on status checks and building of PRs...
greetings. I hope you find some use in this module. I intend to add additional features which hopefully will be based on the community feedback. So please feel free to...
After reading some documentation I know I can use below configuration to enable Windows Authentication ``` var config = { driver: "msnodesqlv8", server: "localhost", database: "MyDatabase", options: { trustedConnection: true...
I have installed msnodesqlv8 but when I am trying to run the following script I am getting the error "Cannot find module 'msnodesqlv8/types' or its corresponding type declarations." on the...
I am trying to run cordova electron (version 1.1.1) app with **msnodesqlv8** version **2.4.0**. The build process is ok, but then when I try to install the app I end...
Hello, I'm getting an error "LNK1127: library is corrupt" while trying to install `msnodesqlv8` under the following versions: msnodesqlv8 3.0.1 node.js v14.21.3 npm 6.14.18 OS: Microsoft Windows Server 2019 Standard...
After updating to node v.20.11.0 (and npm v10.4.0), I cannot install msnodesqlv8. It was working fine before, but the update required me to rebuild my project and now installation is...
The `ConcreteColumnType.parseSS` [method](https://github.com/TimelordUK/node-sqlserver-v8/blob/master/lib/user.js#L78) in `user.js` file uses the RegExp value `/(\d?\d)$/g`. This matches any regular date strings like `2020-01-01`. When the match is found the value of the parameter is...