Skip to content

Does not support nested tables or structs #34

@PsychoSavant

Description

@PsychoSavant

This doesn't work (at least not with the .cpp option):
simple.zip

struct TableOne
{
id: ulong;
thisValue: uint;
}

table TableTwo
{
id: ulong;
anotherOne: TableOne;
thisValue: uint;
v:[int];
}

table TableThree
{
id: ulong;
name: string;
finalOne: TableTwo;
}

Am I way off-base here and have missed something obvious?

If we can't nest tables/structs within other tables/structs, how can OB be an Object-Oriented database?

It also doesn't appear to support vectors/lists/arrays. Another critical feature for any OO system.

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