Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when previewing entities with long names #123

Open
luizgsbraz opened this issue Nov 14, 2024 · 0 comments
Open

Error when previewing entities with long names #123

luizgsbraz opened this issue Nov 14, 2024 · 0 comments

Comments

@luizgsbraz
Copy link

Expected behaviour

The entity below

erDiagram
  
    MY_ENTITY["My Simple Entity"] {
        NUMBER(38) ID_MY_ENTITY PK "Identifier and primary key of MY_ENTITY"
        VARCHAR2(255) DSC_MY_ENTITY "Description of the MY_ENTITY"
    }

It should be shown as the picture below

expected

Actual behaviour

However, the previewer shows the error bellow:

error

Initial Investigation

Just removing the long name, it works.

with_no_long_name

The espect sugests that the mermaid.js could be outdated.

https://mermaid.js.org/syntax/entityRelationshipDiagram.html#entity-name-aliases-v10-5-0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant