Skip to content

Commit

Permalink
chore: Cherry pick mysql2 fix to next branch (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Jan 2, 2025
1 parent fe95d98 commit 324f7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/versioned/mysql2/promises.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ if (semver.satisfies(pkgVersion, '>=2.3.0')) {

// does not work until mysql2 bug is fixed
// https://github.com/sidorares/node-mysql2/issues/3091
if (!semver.satisfies(pkgVersion, '>=3.11.1 <3.12.0')) {
if (!semver.satisfies(pkgVersion, '>=3.11.1 <3.13.0')) {
await t.test('get star', async function (t) {
const { agent, poolCluster } = t.nr
const connection = await poolCluster.of('*').getConnection()
Expand Down

0 comments on commit 324f7be

Please sign in to comment.