-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request