-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add syntax highlighting for restricted database keywords #6
Comments
it would be good to have but we would have to maintain a hard coded list of keywords for this :( It would be very long list if we are to take all supported DB into consideration |
can we do something with this ? https://github.com/jgornick/reservedwordsearch |
That would be too much, may be we could move all reserved words to Thanks & regards,
|
That's already done Deepu, check your inbox =) |
Update: I'll release everything tomorrow... I have to check something first. |
I added an attribute called 'from' to an entity and wanted to change my database from mongodb to mysql. My JUnit-Tests failed and I did not know why they failed. After some time I remembered I used 'from' as an attribute name. I renamed it and it work.
So I thought it would be nice with the jdl studio syntax shows some reversed keywords from database. What do you think?
The text was updated successfully, but these errors were encountered: