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

Hide public usages of bigdecimal::BigDecimal behind a crate feature #922

Merged
merged 7 commits into from Feb 1, 2024

Commits on Feb 1, 2024

  1. value: fix Value implementation for BigDecimal

    Before this commit, we wouldn't check for the value overflow
    when computing the bigdecimal serialized bytes length.
    
    After this commit, we make use of explicit overflow checks before
    performing the addition.
    muzarski committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    255b6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3aa009 View commit details
    Browse the repository at this point in the history
  3. cql: add CqlDecimal type

    muzarski committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    652e387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6ebe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    176218e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    145e3bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10bd785 View commit details
    Browse the repository at this point in the history