-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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, ...)
- Loading branch information
Showing
11 changed files
with
447 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.