We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generating SQL from the diagram results in an error and no SQL file generated.
The error dialog pops up in the lower right corner with the message
Error! Exception while executing generator: Could not create directory /generated
and no output is created.
The SQL file is generated.
Create the following ER diagram file:
erdiagram Model notation=crowsfoot entity A { id key } entity B { id key } relationship Rel { A[1] -> B[N] }
Now right-click and use the Generate menu to create SQL. I tried both generic and PostgreSQL version.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Generating SQL from the diagram results in an error and no SQL file generated.
Current Behavior
The error dialog pops up in the lower right corner with the message
and no output is created.
Expected Behavior
The SQL file is generated.
Steps to Reproduce
Create the following ER diagram file:
Now right-click and use the Generate menu to create SQL. I tried both generic and PostgreSQL version.
Environment
openjdk 19.0.2 2023-01-17
OpenJDK Runtime Environment Homebrew (build 19.0.2)
OpenJDK 64-Bit Server VM Homebrew (build 19.0.2, mixed mode, sharing)
Additional Information
No response
The text was updated successfully, but these errors were encountered: