-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
部分数据库单个in条件支持的数量有限制,默认做了拆分,not in应当使用and条件进行拼接. 可通过jvm启动参数-Deasyorm.term.in.split-large-parameter来全局关闭拆分. 可通过jvm启动参数-Deasyorm.term.in.split-large-size来指定拆分数量.
- Loading branch information
Showing
2 changed files
with
56 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters