Space in Enum values
Open
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 233
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 4
Description
Hello,
When having a space in a value of an enum, there is an error when building (dbdocs build).
Example
Enum Example {
ThisIsAccepted
This gives an error
}
quoting with ' or " around the value does not work also.
The error:
✖ Failed: You have syntax error in database.dbml line 237 column 1. Expected "}", comment, valid name, or whitespace but "'" found.
Regards
Jurjen
Contributor guide
Assessment
This issue has not been assessed yet.