[mssql] add ConnectionPool.parseConnectionString() static method definition#60197
Conversation
|
@dhensby Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 60197,
"author": "dhensby",
"headCommitOid": "8a32dd07cf127fdb6d461d108b6bfc55c50160f6",
"mergeBaseOid": "ec3525c11ef9f60e731b9a0e9bd64bfc4bf9fdab",
"lastPushDate": "2022-05-05T11:29:24.000Z",
"lastActivityDate": "2022-05-17T08:04:14.000Z",
"mergeOfferDate": "2022-05-17T04:55:59.000Z",
"mergeRequestDate": "2022-05-17T08:04:14.000Z",
"mergeRequestUser": "dhensby",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "mssql",
"kind": "edit",
"files": [
{
"path": "types/mssql/index.d.ts",
"kind": "definition"
},
{
"path": "types/mssql/mssql-tests.ts",
"kind": "test"
}
],
"owners": [
"elhaard",
"pkeuter",
"woodenconsulting",
"cahilfoley",
"achrinza",
"dhensby"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "achrinza",
"date": "2022-05-17T04:55:18.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1118444747,
"ciResult": "pass"
} |
|
🔔 @elhaard @pkeuter @woodenconsulting @cahilfoley @achrinza — please review this PR in the next few days. Be sure to explicitly select |
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. mssql (unpkg)was missing the following properties:
as well as these 1 other properties...batch |
|
Re-ping @elhaard, @pkeuter, @woodenconsulting, @cahilfoley, @achrinza: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
|
@dhensby: Everything looks good here. I am ready to merge this PR (at 8a32dd0) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@elhaard, @pkeuter, @woodenconsulting, @cahilfoley, @achrinza: you can do this too.) |
|
Ready to merge |
Add the
ConnectionPool.parseConnectionString()method that was added in v8 of the mssql libPlease fill in this template.
npm test <package to test>.Select one of these and delete the others:
If changing an existing definition: