Skip to content

release 1.6.4

Compare
Choose a tag to compare
@pugwoo pugwoo released this 25 May 03:19
· 52 commits to master since this release
dca48b9
<dependency>
    <groupId>com.pugwoo</groupId>
    <artifactId>nimble-orm</artifactId>
    <version>1.6.4</version>
</dependency>
  • [add] 增加@SqlColumn注解,用以获得DO对应的实际执行的sql
  • [add] SQLAssemblyUtils增加拼凑WhereSQL为实际可执行sql的工具方法