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

fix: corrected datetime serialisation #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kevinoneill
Copy link

property based testing revealed a number of values that failed to maintain their value when round tripped through serialization/deserialization. T

What is the motivation?

I required that data time values are consistent when serialised

What does this change do?

This commit adds a property based test for datetime values and corrects the issue with serialisation.

What is your testing strategy?

Added fscheck based tests for data time serialisation as well as a specific value sample. also added a specific value example in the database round trip tests for date time

Is this related to any issues?

addresses the date time portion of #138

Have you read the Contributing Guidelines?

property based testing revealed a number of values that failed to maintain their value when round tripped through serialization/deserialization. This commit adds a property based test for datetime values and corrects the issue with serialization.
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.

1 participant