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

[API-703] v5 SQL: Add default serializers for the new types #459

Merged
merged 5 commits into from
Aug 31, 2021

Commits on Aug 31, 2021

  1. v5 SQL: Add default serializers for the new types

    This PR adds support for the new default types, namely
    
    - LocalDate -> datetime.date
    - LocalTime -> datetime.time
    - OffsetDateTime -> datetime.datetime
    - LocalDateTime (only deserializing it to datetime.datetime)
    - BigDecimal -> decimal.Decimal
    
    It also fixes the issues on reading/writing big integer objects.
    
    Also, this PR updates the serialization tests with the new types
    (+ sum types that are not added before to tests such as aggregators,
    projections, ...)
    mdumandag committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    f3a4977 View commit details
    Browse the repository at this point in the history
  2. escape map names

    mdumandag committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3d221bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae209af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9485b4a View commit details
    Browse the repository at this point in the history
  5. text improvements

    mdumandag committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7399e62 View commit details
    Browse the repository at this point in the history