File tree 1 file changed +3
-3
lines changed
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.
15
15
- If you have implemented any custom functions, you will likely need to make changes. The supplied base classes now
16
16
hold an instance of ` BasicColumn ` rather than ` BindableColumn ` . This change was made to make the functions more
17
17
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 ` .
20
20
21
21
Other important changes:
22
22
23
23
- The library now requires Java 17
24
24
- 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
26
26
27
27
## Release 1.5.2 - June 3, 2024
28
28
You can’t perform that action at this time.
0 commit comments