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

Implement serialization/de-serialization support for chrono::Duration #4037

Merged
merged 10 commits into from
May 24, 2024

Commits on May 22, 2024

  1. Added ToSql and FromSql support

    McDic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4dc3359 View commit details
    Browse the repository at this point in the history
  2. Add docs

    McDic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    689f594 View commit details
    Browse the repository at this point in the history
  3. Added proxy and fixed scaling

    McDic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8e4f1a2 View commit details
    Browse the repository at this point in the history
  4. Added tests

    McDic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c572c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06b7c98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e434baa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1392af3 View commit details
    Browse the repository at this point in the history
  8. Reduced duplicated code

    McDic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7504257 View commit details
    Browse the repository at this point in the history
  9. Add much more testcases

    McDic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e51f170 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix rustdoc

    McDic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5c165cd View commit details
    Browse the repository at this point in the history