File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ worked to make these changes as minimal as possible.
1515- If you have implemented any custom functions, you will likely need to make changes. The supplied base classes now
1616 hold an instance of ` BasicColumn ` rather than ` BindableColumn ` . This change was made to make the functions more
1717 useful in variety of circumstances. If you follow the patterns shown on the
18- [ Extending the Library] ( https://mybatis.org/mybatis-dynamic-sql/docs/extending.html ) page, the change should be as
19- minimal as changing the private constructor to accept ` BasicColumn ` rather than ` BindableColumn ` .
18+ [ Extending the Library] ( https://mybatis.org/mybatis-dynamic-sql/docs/extending.html ) page, the change should be
19+ limited to changing the private constructor to accept ` BasicColumn ` rather than ` BindableColumn ` .
2020
2121Other important changes:
2222
2323- The library now requires Java 17
2424- Deprecated code from prior releases is removed
25- - Allow CASE expressions in ORDER BY Clauses
25+ - We now allow CASE expressions in ORDER BY Clauses
2626
2727## Release 1.5.2 - June 3, 2024
2828
You can’t perform that action at this time.
0 commit comments