tedious
tedious copied to clipboard
Node TDS module for connecting to SQL Server databases.
Continues the refactor of parsers based on #1448. Refactors the following token parsers: - `LoginAck` - `Order` - `ReturnStatus` - `Info` and `Error` - `metadataParse` portion of `ColumnMetadata` Buffer read...
Would it be a good idea to create a new stream parser-style class to handle these parsers? Planning to move the parser position reset upon retry into metadataParse.
Just curious if there's been any consideration or research done to what would be needed to make this library work for Deno. There's a stack overflow question[1] regarding this, that...
Everything works in Node v14 and v16 (haven't used v17 as it isn't LTS or a candidate for it). This issue seems to only pop up with the latest current...
POC for #1467
`AggregateError`s are being used to wrap multiple errors in v15, but the `AggregateError` class is not being exported, meaning it's not possible to perform `instanceof` checks on errors. This class...
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
## Expected behavior: Secure connection should succeed if a valid server certificate is provided along with a custom Common Name (CN) which matches a Common Name (CN) present in the...
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...
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...