Skip to content

int64 option is not handled #36

@CameronAavik

Description

@CameronAavik

When a record has a field of type int64 option, it does not get unwrapped/wrapped accordingly when it is inserted or queried. For example if the value of the field was Some 1, then it inserts Some(1)

It seems to be because the case is not covered in this match block

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions