-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ParameterBindingParser
fails with Already found parameter binding with same index
#3126
Comments
We've tightened up our comparisons regarding parameter bindings. It seems that the checks for |
ParameterBindingParser
fails with Already found parameter binding with same index
…bound differently. We now register a new parameter binding if the named/positional parameter is already bound in an incompatible style. Closes #3126
…bound differently. We now register a new parameter binding if the named/positional parameter is already bound in an incompatible style. Closes #3126
That's fixed now and part of the latest snapshots. Care to give it a try with |
Yes it works, the error is gone now. Thank you. |
@mp911de i've update to 3.1.4-snapshot , but problem still , There is another issue where Hibernate updates the data types of many fields every time it starts. In fact, there have been no actual updates, and no updates are needed. I have replaced the dialect with 'dialect: org.hibernate.dialect.MySQLDialect.' |
After downgrading to version 3.0.9, the field updates mentioned above no longer repeat execution every time the application starts. and the error
|
This is still broken in spring-data-jpa 3.2.3! I spent 1 hour trying to understand what was going on. |
Just checked out the release and some unit tests fail.
The text was updated successfully, but these errors were encountered: