Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Conversation

ashfall
Copy link
Contributor

@ashfall ashfall commented May 8, 2017

Closes #328

Also updates the mysql driver to a newer release

Signed-off-by: Ashwini Oruganti [email protected]

if err != nil {
return nil, err
}
if !url_config.ParseTime {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking: We can probably just set url_config.ParseTime to true here, since if it was true before, setting it to true again doesn't hurt anything. :)

Would be awesome if we could add a test for this though!

ashfall added 6 commits May 8, 2017 16:32
Also updates the mysql driver to a newer release

Signed-off-by: Ashwini Oruganti <[email protected]>
truie either way without any issues

Signed-off-by: Ashwini Oruganti <[email protected]>
Signed-off-by: Ashwini Oruganti <[email protected]>
Signed-off-by: Ashwini Oruganti <[email protected]>
Signed-off-by: Ashwini Oruganti <[email protected]>
@ashfall ashfall force-pushed the parse-time-true branch from 5482ef8 to 24ff1fb Compare May 8, 2017 23:33
@endophage
Copy link
Contributor

Re-iterating @cyli, we need to add a test :-)

Signed-off-by: Ashwini Oruganti <[email protected]>
Copy link
Contributor

@endophage endophage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending CircleCI/Codecov results (looking for the new error case in ParseSQLStorage to be covered)

@cyli
Copy link
Contributor

cyli commented May 9, 2017

LGTM! Thanks for fixing this!

@cyli cyli merged commit 23eceed into notaryproject:master May 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants