File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
4
4
5
+ ## Release 1.5.0 - Unreleased
6
+
7
+ GitHub milestone: [ https://github.com/mybatis/mybatis-dynamic-sql/milestone/12 ] ( https://github.com/mybatis/mybatis-dynamic-sql/milestone/12 )
8
+
9
+ Added:
10
+
11
+ 1 . Added support for specifying "limit" and "order by" on the DELETE and UPDATE statements. Not all databases support
12
+ this SQL extension, and different databases have different levels of support. For example, MySQL/MariaDB have full
13
+ support but HSQLDB only supports limit as an extension to the WHERE clause. If you choose to use this new capability,
14
+ please test to make sure it is supported in your database.
15
+
16
+
5
17
## Release 1.4.1 - October 7, 2022
6
18
7
19
GitHub milestone: [ https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.4.1+ ] ( https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.4.1+ )
You can’t perform that action at this time.
0 commit comments