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
Description
REFRESH CATALOG FULLdoes not create aCATALOG.ASSOCIATIONStable. QueryingSELECT * FROM CATALOG.ASSOCIATIONSreturns nothing (no error, no results). The table is not listed inSHOW CATALOG TABLES.Reproduction
Meanwhile
SHOW ASSOCIATIONSworks and returns 272 associations.Expected
Either:
CATALOG.ASSOCIATIONStable exists and is queryable, OREnvironment
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