-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
dot character in ERD #1895
Comments
This appears to still be an issue. :( I'm looking to diagram MongoDB style model which can have nested entities. |
I think @weedySeaDragon could speak more on this but it seems like this feature has been removed @ozum has mentioned I think the approach going forward is to use erDiagram
public_product AS "public.product" {
}
public_product_color AS "public.product_color" {
}
public_product ||--o{ public_product_color : label
|
I checked the code:
@jcdang and @zomgbre - If you need something else (like spaces or other characters in the attributes), I encourage you to submit a feature request. |
Thanks for the response @weedySeaDragon. Do these features need to go through some roadmap acceptance process? I would like to help but I would need to know the syntax direction so I can make appropriate changes to the grammar. I've seen multiple ways of doing aliases in mermaid and I believe it would make things easier to have a consistent escape pattern to have this feature done across all diagram models. |
@jcdang I agree that having standardized ( and DRY) grammar parts would be helpful. There is a core goup of contributors that will review proposed implementations. You can open up an issue and describe a proposed solution and when that is reviewed, your solution can be discussed. |
I can't use dot character (
.
) in ERD diagrams.To Reproduce
Open live editor and put code below:
or
Got error:
Expected behavior
I expected using quotes around text solve the problem.
The text was updated successfully, but these errors were encountered: