You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi-
Hibernate ran into an issue while trying to create the User table. It gave an error message that indicated that User was a reerved word. So following hibernate convention I backticked the table name User and then it worked. I was wondering if anybody else had the same issue ?
The text was updated successfully, but these errors were encountered:
Hi @anshupal! Yes, that's a good finding, I also faced this myself last week while preparing the update to Spring Boot 2.7. H2 database had a major upgrade and now that doesn't work because it's indeed a reserved word. More people will find this same issue when using SB 2.7 version, so thanks for sharing it! I'll also share an alternative workaround I found in the docs.
Hi-
Hibernate ran into an issue while trying to create the User table. It gave an error message that indicated that User was a reerved word. So following hibernate convention I backticked the table name
User
and then it worked. I was wondering if anybody else had the same issue ?The text was updated successfully, but these errors were encountered: