Skip to content

Does not support nested tables or structs #34

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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