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 serialization for Duration* and Timestamp* types for very large values #772

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Remove some as casts

    jonasbb committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    874b8cf View commit details
    Browse the repository at this point in the history
  2. Add new test cases

    Many of the tests fail currently
    jonasbb committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7dfe83d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d52ef0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a292a51 View commit details
    Browse the repository at this point in the history
  5. Generate better error messages when encountering unexpected i128/u128…

    … values during deserialization
    jonasbb committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0be64f9 View commit details
    Browse the repository at this point in the history
  6. WIP

    jonasbb committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    85416c6 View commit details
    Browse the repository at this point in the history