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

travis: fix mysql fractional seconds #179

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

drjova
Copy link
Member

@drjova drjova commented Oct 11, 2017

Signed-off-by: Harris Tzovanakis me@drjova.com

@drjova drjova self-assigned this Oct 11, 2017
@drjova drjova requested a review from switowski October 11, 2017 10:06
@drjova drjova force-pushed the fix-fractional-seconds branch 6 times, most recently from b5b4b26 to 8c48831 Compare October 12, 2017 08:48
Signed-off-by: Harris Tzovanakis <me@drjova.com>
@@ -35,6 +36,7 @@
class RecordMetadataModelView(ModelView):
"""Records model view."""

filter_converter = FilterConverter()
Copy link
Member

Choose a reason for hiding this comment

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

Is this related with the fractions of seconds? Or is it a separate thing (or maybe you forgot to remove it)?

Copy link
Member Author

Choose a reason for hiding this comment

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

it is related with the model, flask-admin complains for missing filters beacuse we are not using sqlalchemy_utils.models::Timestamp anymore

@switowski switowski merged commit 071447a into inveniosoftware:master Oct 12, 2017
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.

None yet

2 participants