Skip to content

5.2.78 优化@blank场景下where 1=1 的处理

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 09 Nov 13:45
· 116 commits to 5.2 since this release

1、优化@blank场景下where 1=1 的处理
感谢 @俊华 反馈

select * from table where 1=1 #[@blank(:id) and id=:id] #[@blank(:roleId) and role_id=:roleId]

2、针对updateSaveFetch执行update时自动补充公共字段赋值更新(更新人、更新时间字段)

5.3.51 同步 发版

<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy</artifactId>
	<version>5.2.78</version>
</dependency>
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-starter</artifactId>
	<version>5.2.78</version>
</dependency>