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

Various Decimal Type Fixes #2326

Merged
merged 33 commits into from
Feb 16, 2024
Merged

Various Decimal Type Fixes #2326

merged 33 commits into from
Feb 16, 2024

Commits on Feb 9, 2024

  1. fix decimal return type

    James Cor committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5b7216c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into james/in

    James Cor committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    96e6723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367930e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. guard max precision

    James Cor committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6e4b7a4 View commit details
    Browse the repository at this point in the history
  2. merge with main

    James Cor committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    08bd71f View commit details
    Browse the repository at this point in the history
  3. prevent scale > precision and wire fix

    James Cor committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    562b30e View commit details
    Browse the repository at this point in the history
  4. various type fixes

    James Cor committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6b9dcf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. rewriting tests for add, sub, and mult

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e7f396a View commit details
    Browse the repository at this point in the history
  2. rewriting div tests

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    847f4f0 View commit details
    Browse the repository at this point in the history
  3. more tests

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8bbaa44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0a5aa5 View commit details
    Browse the repository at this point in the history
  5. implement internal decimal scale

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a98c9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c45c076 View commit details
    Browse the repository at this point in the history
  7. reverting changes to memory_engine_test

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    da9a769 View commit details
    Browse the repository at this point in the history
  8. clean up

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a595026 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'james/in' of https://github.com/dolthub/go-mysql-server

    …into james/in
    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    edd1b04 View commit details
    Browse the repository at this point in the history
  10. fix test

    James Cor committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5bc7edb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. removing unused code

    James Cor committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    65c3451 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. improve getFinalScale to handle leftmost div

    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    44d928d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c273555 View commit details
    Browse the repository at this point in the history
  3. feedback

    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bec19e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae8cb67 View commit details
    Browse the repository at this point in the history
  5. improving comment

    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d53a262 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'james/in' of https://github.com/dolthub/go-mysql-server

    …into james/in
    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3bca1c7 View commit details
    Browse the repository at this point in the history
  7. tidying up variable names

    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5cc9d47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af48541 View commit details
    Browse the repository at this point in the history
  9. small clean

    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a77c57a View commit details
    Browse the repository at this point in the history
  10. Merge branch 'james/in' of https://github.com/dolthub/go-mysql-server

    …into james/in
    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d44d787 View commit details
    Browse the repository at this point in the history
  11. microbenchmarks

    James Cor committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b241aaa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. benchmarks

    James Cor committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    69ec5f3 View commit details
    Browse the repository at this point in the history
  2. new line

    James Cor committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f769a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b5c2f1 View commit details
    Browse the repository at this point in the history
  4. merge

    James Cor committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8dd2104 View commit details
    Browse the repository at this point in the history