We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e752c commit 5c2f5b2Copy full SHA for 5c2f5b2
CHANGELOG.md
@@ -11,7 +11,7 @@ Added:
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.
+ please test to make sure it is supported in your database. ([#544](https://github.com/mybatis/mybatis-dynamic-sql/pull/544))
15
16
17
## Release 1.4.1 - October 7, 2022
0 commit comments