Skip to content

[HDBDD] Simple Table Types are not Created #390

@ThuF

Description

@ThuF

It seems that the following "simple" table types are not created:

namespace com.codbex.hdbdd;

@Schema: 'TEST_SCHEMA'
context Test {
  
    type MyInteger : Integer;
    ...
};	

Only "complex" table types are being created:

namespace com.codbex.hdbdd;

@Schema: 'TEST_SCHEMA'
context Test {
  
    type HttpStatusCode {
        statusCode: Integer;
        statusMessage: String(256);
    };
    ...
};

Related to:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions