Skip to content

[HDBDD] Simple Table Types are not Created #390

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:

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

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions