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

feat: Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types #673

Merged
merged 16 commits into from May 21, 2021

Commits on May 19, 2021

  1. Copy the full SHA
    6bb6947 View commit details
    Browse the repository at this point in the history
  2. Fixed SchemaField repr/key

    jimfulton committed May 19, 2021
    Copy the full SHA
    f046fed View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Fix code duplication between _parse_schema_resource and from_api_repr

    Move new parameterized-type code from _parse_schema_resource to from_api_repr
    and implement _parse_schema_resource in terms of from_api_repr.
    jimfulton committed May 20, 2021
    Copy the full SHA
    d8199f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8273afe View commit details
    Browse the repository at this point in the history
  3. changed new parameterized-type tests to use from_api_repr

    Because that's more direct and it uncovered duplicate code.
    jimfulton committed May 20, 2021
    Copy the full SHA
    acc6f46 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c01bc1a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2ab558c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2d021ae View commit details
    Browse the repository at this point in the history
  7. handle BYTES in _key/repr

    jimfulton committed May 20, 2021
    Copy the full SHA
    4a1e4b7 View commit details
    Browse the repository at this point in the history
  8. blacken

    jimfulton committed May 20, 2021
    Copy the full SHA
    c4056b0 View commit details
    Browse the repository at this point in the history
  9. Move _get_int close to use

    jimfulton committed May 20, 2021
    Copy the full SHA
    a238036 View commit details
    Browse the repository at this point in the history
  10. Updated documentation.

    jimfulton committed May 20, 2021
    Copy the full SHA
    554696b View commit details
    Browse the repository at this point in the history
  11. Oops, forgot BIGNUMERIC

    jimfulton committed May 20, 2021
    Copy the full SHA
    9f5cbd5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Copy the full SHA
    32226e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    01b714b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cac957b View commit details
    Browse the repository at this point in the history