Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Jun 26, 2024
1 parent 34ef367 commit 77bd254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SqlConnectionConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default class SqlConnectionConfig {
let result = '';

// Isolate all the key value pairs from the raw connection string
// Using the raw connection string instead of the parsed one to keep it as close to the original as possible
const matches = Array.from(this._rawConnectionString.matchAll(Constants.connectionStringParserRegex));
for (const match of matches) {
if (match.groups) {
Expand Down

0 comments on commit 77bd254

Please sign in to comment.