Skip to content

Conversation

@izikl
Copy link
Contributor

@izikl izikl commented Nov 14, 2017

This PR is not a 100% match for this repository, since I am not using it as an input for knex but just as a parser for mssql connection strings, but I think it will be nice to make it more generic.

changes:

  • be case agnostic for connection string keys (Both User ID and User Id should work).
    In Azure App Service for example, The connection string that is generated by Azure contains User ID with capital D.
    screen shot 2017-11-13 at 11 51 27 pm
  • @ in the user id is not required, if it doesn't exist return the entire user instead of throwing.
  • update the readme instructions to call npm install first before calling npm test
  • Add vscode configuration, for easy unit tests debugging.

Izik Lisbon added 2 commits November 13, 2017 23:48
…alling `npm test`

- Add vscode configuration, for easy unit tests debugging
- be case agnostic for connection string keys (Both `User ID` and `User Id` should work).
- if a user has no @ assume that the entire value is the user id. (required removal of one unit test).
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling b9e0f88 on izikl:master into a4c14eb on nsc-c-park:master.

@jczas jczas merged commit 2379d1c into nsc-c-park:master Nov 14, 2017
@jczas
Copy link
Contributor

jczas commented Nov 14, 2017

Thanks for improvements.

@izikl
Copy link
Contributor Author

izikl commented Nov 17, 2017

@jczas would it be possible to release version 0.0.5?

@jczas
Copy link
Contributor

jczas commented Nov 17, 2017

@izikl done

@izikl
Copy link
Contributor Author

izikl commented Nov 17, 2017

@jczas ❤️

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.

3 participants