-
Notifications
You must be signed in to change notification settings - Fork 473
Comparing changes
Open a pull request
base repository: tediousjs/node-mssql
base: dd22da2
head repository: tediousjs/node-mssql
compare: 61608d0
- 6 commits
- 6 files changed
- 5 contributors
Commits on May 9, 2026
-
chore(deps-dev): bump fast-uri from 3.1.1 to 3.1.2
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b8c3f3 - Browse repository at this point
Copy the full SHA 6b8c3f3View commit details
Commits on May 12, 2026
-
Merge pull request #1857 from tediousjs/dependabot/npm_and_yarn/fast-…
…uri-3.1.2 chore(deps-dev): bump fast-uri from 3.1.1 to 3.1.2
Configuration menu - View commit details
-
Copy full SHA for 204a9b3 - Browse repository at this point
Copy the full SHA 204a9b3View commit details
Commits on May 14, 2026
-
fix: parse boolean connection string options correctly
Non-standard boolean options (useUTC, stream, parseJSON) were not part of the MSSQL_SCHEMA, so they were passed through as raw strings by the connection string parser. This caused values like "False" to be coerced to true via the `!!` operator (since any non-empty string is truthy). Extend the MSSQL_SCHEMA with these node-mssql-specific keys so that toSchema() handles the string-to-boolean conversion. Also add request timeout as a number type. Closes #1860 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46db5bc - Browse repository at this point
Copy the full SHA 46db5bcView commit details -
Merge pull request #1861 from dhensby/fix/useutc-connection-string-pa…
…rsing fix: parse boolean connection string options correctly
Configuration menu - View commit details
-
Copy full SHA for 296c38d - Browse repository at this point
Copy the full SHA 296c38dView commit details -
fix: preserve originalError on EABORT TransactionError
When a transaction is aborted (e.g. by XACT_ABORT or deadlock), subsequent commit() or rollback() calls return a TransactionError with code EABORT. Previously, originalError was always undefined on these errors because the error was constructed with a string message rather than an Error object. Now the actual request error that triggered the abort is captured and attached as originalError on the EABORT TransactionError. A generic fallback is used when the specific error cannot be captured (e.g. connection-level errors). Closes #1716 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9e9826 - Browse repository at this point
Copy the full SHA b9e9826View commit details
Commits on May 15, 2026
-
Merge pull request #1850 from dhensby/fix/tx-original-error
fix: preserve originalError on EABORT TransactionError
Configuration menu - View commit details
-
Copy full SHA for 61608d0 - Browse repository at this point
Copy the full SHA 61608d0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dd22da2...61608d0