Skip to content

Support for vectors of int16/32/64 #50

@black-inc-service

Description

@black-inc-service

Looking at the schema example:
https://github.com/objectbox/objectbox-generator/blob/main/test/comparison/testdata/fbs/typeful/schema.fbs
There is only support for vector of string, byte, ubyte and recently float in v4 beat.
Are there plans to support vector of: int16, int32, int64, uint16, uint32 and uint64.

I have a system that needs a vector of uint64 and have had to resort to using a vector of strings and perform conversion when reading and writing to this field, this is not ideal. Would rather not have to create a new table and have each row store one item of the vector and make a relationship to the parent table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions