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

There are some reserved words in Java which need to be forbidden for column names #626

Closed
ldhasson opened this issue Jul 15, 2021 · 0 comments
Labels

Comments

@ldhasson
Copy link
Collaborator

We had a tale with a column named "class", So the code generated included the method getClass() which overrides the base method from java.lang.Object. The method returns a Class object and so the method clashes and won't compile.

Currently, getClass() is the only method that can create such a clash, so it's a very easy thing to fix in Tilda.

ldhasson added a commit that referenced this issue Jul 17, 2021
ldhasson added a commit that referenced this issue Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

1 participant