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

Fix schema generator when mapped entity contains property placeholder #3237

Merged
merged 5 commits into from
Nov 25, 2024

Conversation

radovanradic
Copy link
Contributor

For entity like this @MappedEntity("\${entity-prefix}entity") schema generator was not resolving actual property to replace and SQL would contain invalid entity - table name. This should fix it.

@radovanradic radovanradic added the type: bug Something isn't working label Nov 19, 2024
@radovanradic radovanradic merged commit fa9d9f7 into 4.10.x Nov 25, 2024
53 checks passed
@radovanradic radovanradic deleted the fix-generate-dynamic-entityname branch November 25, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants