Skip to content

CATALOG.ASSOCIATIONS table missing from catalog #419

@retran

Description

@retran

Description

REFRESH CATALOG FULL does not create a CATALOG.ASSOCIATIONS table. Querying SELECT * FROM CATALOG.ASSOCIATIONS returns nothing (no error, no results). The table is not listed in SHOW CATALOG TABLES.

Reproduction

REFRESH CATALOG FULL;
SHOW CATALOG TABLES;
-- No CATALOG.ASSOCIATIONS in list (41 tables shown, associations not among them)

SELECT * FROM CATALOG.ASSOCIATIONS LIMIT 5;
-- Returns nothing (empty output, no error)

Meanwhile SHOW ASSOCIATIONS works and returns 272 associations.

Expected

Either:

  • CATALOG.ASSOCIATIONS table exists and is queryable, OR
  • Clear error "table not found" when querying it

Environment

  • mxcli: v0.7.0-257-ga07e7e0
  • Project: EnquiriesManagement (Mendix 11.8.0, 272 associations)

Notes

Previously reported as BUG-003 (not reproduced) in PR #386 initial session. Now confirmed: the table simply doesn't exist in the catalog schema.

Related

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