-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
MyBatis can't decide wich method to use after upgrade from 3.5.9 -> 3.5.10 #2609
Comments
Hello @szopal , I couldn't reproduce it. |
You have here https://github.com/szopal/mybatis-test. The same result:
|
Thanks for the repro! |
Hi @szopal , This should be fixed in the latest 3.5.11-SNAPSHOT (which includes newly released OGNL 3.3.3). FYI, the condition can be written as follows. <if test="dateFrom != null and dateTo != null and dateTo != dateFrom"> Thanks again for your contribution! |
After upgrade version from 3.5.9 -> 3.5.10 I have error while executing SQL which contains condition:
The text was updated successfully, but these errors were encountered: