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

address #928 - correctly output broken "0000-00-00 00:00:00" times again #938

Merged
merged 7 commits into from
Apr 14, 2018

Conversation

osheroff
Copy link
Collaborator

@osheroff osheroff commented Apr 5, 2018

No description provided.

@@ -20,10 +21,13 @@ public boolean matchesMysqlType(int type) {
}
}

final private boolean isTimestamp = !getType().equals("datetime");
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably a dumb question but why not boolean isTimestamp = getType().equals("timestamp")?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not a dumb question, I was following the previous logic in matchesMysqlType but I'll change

Copy link
Contributor

@ericwush ericwush left a comment

Choose a reason for hiding this comment

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

LGTM

@osheroff osheroff merged commit 89ab400 into master Apr 14, 2018
@osheroff osheroff deleted the ben/issue928 branch December 2, 2020 16:48
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