Skip to content

Unknown attribute type silently interpreted as enumeration reference #392

@retran

Description

@retran

Impact

Typos in type names produce corrupt models referencing non-existent enumerations instead of failing fast.

Steps to Reproduce

  1. Run CREATE PERSISTENT ENTITY M.E (Field1: invalidtype);
  2. Command succeeds
  3. Field1 stored as Enumeration(invalidtype) — references non-existent enum

Expected Behavior

Error for unknown or unresolvable type name.

Severity

Low — fails silently; caught later by Studio Pro validation.


Discovered during AI-assisted manual testing session (2026-04-29, mxcli v0.7.0-257-ga07e7e0).

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