Michael Sun
Michael Sun
We have serverName in connection configuration, but the logic for actually using it config the cn name is missing. This PR added the logic. #1388
We used JSBI as a polyfill for BigInt on older Node.js versions. All versions of Node.js that we currently support also support BigInt out-of-the box, so we can drop the...
Add test configurations for testing the MSI token authentication.
Add the support for parsing column encryption token within feature exchange token.
switch from punyCode to node:url introduce a behavior difference: https://github.com/tediousjs/tedious/pull/1597#issuecomment-1953027053 This fix the behavior and add test cases related to this.
This should resolve #1557 create a new Error subclass (maybe called ParameterValidationError), have it inherit from whatever error class we currently use (that might be TypeError, but I'm not sure),...
Adds the following parsers: UInt40LE Int64BE Int64LE Unumeric64LE Unumeric96LE Unumeric128LE Envchangetoken Adds tests for these parsers: UInt40 Int64BE Int64LE Unumeric64LE Unumeric96LE Unumeric128LE Envchangetoken
Add the support for instance name, and store instance under rerouting data. Co-authored-by: mShan0 Co-authored-by: Arthur Schreiber
This is draft for now. The work is partially done: This PR include the changes for - Migrating Connection Class SQL execute From Existing AE PR - Migrating Connection Class...