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

Allow DB connection URLs to contain encoded reserved URL characters #78

Merged
merged 4 commits into from
Jul 25, 2018
Merged

Conversation

dhui
Copy link
Member

@dhui dhui commented Jul 25, 2018

Special case usernames and passwords and MySQL DSN e.g. don't url encode reserved characters

Addresses: #77 and #69

dhui added 4 commits July 24, 2018 17:55
    - Add it to the test suite to ensure that it doesn't break again
    - Improve docs around escaping/encoding reserved URL characters
    - Add tests for net/url Parse() and reserved characters to document understanding
    - Addresses: #77
@dhui dhui merged commit c8705dd into golang-migrate:master Jul 25, 2018
@dhui dhui deleted the mysql_dsn branch July 25, 2018 01:22
@coveralls
Copy link

coveralls commented Jul 25, 2018

Pull Request Test Coverage Report for Build 136

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.0%) to 46.144%

Changes Missing Coverage Covered Lines Changed/Added Lines %
database/driver.go 0 2 0.0%
Totals Coverage Status
Change from base Build 135: -1.0%
Covered Lines: 688
Relevant Lines: 1491

💛 - Coveralls

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