Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added support for mssql v11 #1195

Merged
merged 1 commit into from
Jun 20, 2024
Merged

feat: added support for mssql v11 #1195

merged 1 commit into from
Jun 20, 2024

Conversation

aryamohanan
Copy link
Contributor

@aryamohanan aryamohanan commented Jun 20, 2024

refs https://jsw.ibm.com/browse/INSTA-8736

The mssql package dropped support for Node v14 in version 10. See mssql v10 release notes. Our tests were mistakenly using version 9 of mssql due to issues with TypeORM, and this error was not identified earlier. The problem was resolved in this commit, which brought the issue to light. As a result, we have skipped Node v14 tests for mssql version 10. Additionally, mssql version 11 has dropped support for Node.js 16.

@aryamohanan aryamohanan requested a review from a team as a code owner June 20, 2024 14:12
@aryamohanan aryamohanan changed the title Revert "build: bumped mssql from 10.0.2 to 10.0.3" feat: added support for mssql v11 Jun 20, 2024
if (mssqlVersion === 'latest') {
mochaSuiteFn = semver.lt(process.versions.node, '18.0.0') ? describe.skip : mochaSuiteFn;
}
// mssql dropped support for Node.js v14 and below.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10964b5
This is the cause of the confusion. I accidentally removed the checks for Node v14 as part of a merge conflict resolution.

Because they were added correctly in #896

@aryamohanan aryamohanan merged commit d9dd2ac into main Jun 20, 2024
2 checks passed
@aryamohanan aryamohanan deleted the build-fix-mssql branch June 20, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants