Skip to content

Commit 80e752c

Browse files
committed
Change log
1 parent 384d32b commit 80e752c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
44

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+
517
## Release 1.4.1 - October 7, 2022
618

719
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+)

0 commit comments

Comments
 (0)