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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Add DECIMAL and BIGDECIMAL as aliases for NUMERIC and BIGNUMERIC #638

Merged
merged 5 commits into from Apr 29, 2021

Commits on Apr 28, 2021

  1. Copy the full SHA
    9ca477e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Copy the full SHA
    534ab0e View commit details
    Browse the repository at this point in the history
  2. Go ahead and alias on the client

    To convey to the observant that these are aliases, even though they could be used (more or less) directly.
    jimfulton committed Apr 29, 2021
    Copy the full SHA
    8e8ac82 View commit details
    Browse the repository at this point in the history
  3. Make sure that DECIMAL data are converted when making API calls.

    This is mainly as a backstop -- DECIMAL requests should be converted to NUMERIC.
    jimfulton committed Apr 29, 2021
    Copy the full SHA
    65bd47b View commit details
    Browse the repository at this point in the history
  4. blacken

    jimfulton committed Apr 29, 2021
    Copy the full SHA
    1497c97 View commit details
    Browse the repository at this point in the history